瀏覽代碼

2022-03-29 / Simon Xue

Action:
1. [mod] Change LCM page from 1 sec to 0.1 sec

Files
As the following commit history files

Image Version: v2.04.XX.XXXX.XX
Simon Xue 3 年之前
父節點
當前提交
7adbc23541

+ 1 - 1
EVSE/Projects/DD360UCar/Apps/ModuleLcmCtrl/Module_LcmControl.c

@@ -1353,7 +1353,7 @@ int main(void)
             DemoFunction();
             DemoFunction();
             index >= 36 ? index = 1 : index++;
             index >= 36 ? index = 1 : index++;
             //*/
             //*/
-            usleep(1000000);
+            usleep(100000);
 
 
         }
         }
     } //while
     } //while

二進制
EVSE/Projects/DD360UCar/Images/ramdisk.gz


二進制
EVSE/Projects/DD360UCar/output/Module_LcmControl