From df4a59c269badb44e62d202fd0ad7480a760bc1b Mon Sep 17 00:00:00 2001 From: Lightos1 <124387232+Lightos1@users.noreply.github.com> Date: Fri, 20 Mar 2026 18:05:56 +0100 Subject: [PATCH] fully uncomment miscThreadFunc --- Source/rewrite-hoc-clk/sysmodule/src/board/board_init.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();