diff --git a/Source/rewrite-hoc-clk/sysmodule/src/board/board_init.cpp b/Source/rewrite-hoc-clk/sysmodule/src/board/board_init.cpp index 4ec0a724..a76fc89b 100644 --- a/Source/rewrite-hoc-clk/sysmodule/src/board/board_init.cpp +++ b/Source/rewrite-hoc-clk/sysmodule/src/board/board_init.cpp @@ -114,7 +114,7 @@ namespace board { // threadCreate(&cpuCore3Thread, CheckCore, &idletick3, NULL, 0x1000, 0x10, 3); // threadCreate(&miscThread, miscThreadFunc, NULL, NULL, 0x1000, 0x10, 3); - threadStart(&miscThread); + // threadStart(&miscThread); batteryInfoInitialize(); FetchHardwareInfos(); @@ -167,7 +167,7 @@ namespace board { ExitLoad(); - threadClose(&miscThread); + // threadClose(&miscThread); pwmChannelSessionClose(&g_ICon); pwmExit();