Pārlūkot izejas kodu

submit some bug

lusa 5 gadi atpakaļ
vecāks
revīzija
ae09837966

BIN
app/goahead-5.1.0/build/linux-arm-static/bin/goahead


BIN
app/goahead-5.1.0/build/linux-arm-static/bin/goahead-test


BIN
app/goahead-5.1.0/build/linux-arm-static/bin/goahead.gdb


BIN
app/goahead-5.1.0/build/linux-arm-static/bin/gopass


BIN
app/goahead-5.1.0/build/linux-arm-static/bin/libgo.a


+ 2 - 2
app/goahead-5.1.0/src/goahead.c

@@ -173,14 +173,14 @@ MAIN(goahead, int argc, char **argv, char **envp)
 #endif
 
 //add by lusa start 
-        websDefineAction("buy", buy);getCPUInfo
+        websDefineAction("buy", buy);
 
         websDefineAction("getCPUInfo", getCPUInfo);
          websDefineAction("getCardInfo", getCardInfo);
          websDefineAction("actionTest", actionTest);
         websDefineAction("deviceinfo", getDeviceInfo);
 
-        websDefineAction("getDeviceInfoBak", getDeviceInfoBak);
+        // websDefineAction("getDeviceInfoBak", getDeviceInfoBak);
 
         websDefineAction("person", personInfoAction);
 

+ 1 - 1
app/goahead-5.1.0/src/web_interface/inc/dashboard.h

@@ -7,7 +7,7 @@ void getDeviceInfo(Webs *wp);
 /*获取cpu信息*/
 void getCPUInfo();
 /*获取刀片信息*/
-void getCardInfo()
+void getCardInfo();
 
 
 

BIN
gd32450i-eval.uImage