소스 검색

[http_server]add include bt6710_fs/fsdata.c

balbekova 5 년 전
부모
커밋
8b0f8706b1
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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"