Browse Source

[http_server]add include bt6710_fs/fsdata.c

balbekova 5 years ago
parent
commit
8b0f8706b1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      modules/HTTP_Server/http_server.c

+ 2 - 0
modules/HTTP_Server/http_server.c

@@ -13,6 +13,8 @@
 #include "bt6707_fs/fsdata.c"
 #elif HARDWARE_BT6709
 #include "bt6709_fs/fsdata.c"
+#elif HARDWARE_BT6710
+#include "bt6710_fs/fsdata.c"
 #endif
 #include "settings_api.h"
 #include "netconf.h"