Bladeren bron

主干去掉 最小系统功能

chensongchao 6 jaren geleden
bovenliggende
commit
2e5455ee08
2 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 0 1
      main.cpp
  2. 1 0
      ya_setting.h

+ 0 - 1
main.cpp

@@ -22,7 +22,6 @@
 #include "ya_setting.h"
 #include "ya_setting.h"
 #include "websocket/web_connect.h"
 #include "websocket/web_connect.h"
 #include "forbid_staff_down_mine.h"
 #include "forbid_staff_down_mine.h"
-#include "min_system.h"
 
 
 config_file config;
 config_file config;
 void handlereader(uint32_t readerid,bool duration,uint32_t t)
 void handlereader(uint32_t readerid,bool duration,uint32_t t)

+ 1 - 0
ya_setting.h

@@ -54,6 +54,7 @@ public:
     */
     */
     static SSys_setting m_sys_setting;
     static SSys_setting m_sys_setting;
     static bool Init_sys_setting();
     static bool Init_sys_setting();
+
 };
 };
 
 
 #endif
 #endif