what even is miscThreadFunc?

This commit is contained in:
Lightos1
2026-03-20 18:05:00 +01:00
parent ae56a85811
commit 4d389cda63

View File

@@ -112,7 +112,7 @@ namespace board {
StartGpuLoad(nvCheck, fd);
// threadCreate(&cpuCore3Thread, CheckCore, &idletick3, NULL, 0x1000, 0x10, 3);
threadCreate(&miscThread, miscThreadFunc, NULL, NULL, 0x1000, 0x10, 3);
// threadCreate(&miscThread, miscThreadFunc, NULL, NULL, 0x1000, 0x10, 3);
threadStart(&miscThread);
batteryInfoInitialize();