what even is miscThreadFunc?
This commit is contained in:
@@ -112,7 +112,7 @@ namespace board {
|
|||||||
|
|
||||||
StartGpuLoad(nvCheck, fd);
|
StartGpuLoad(nvCheck, fd);
|
||||||
// threadCreate(&cpuCore3Thread, CheckCore, &idletick3, NULL, 0x1000, 0x10, 3);
|
// 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);
|
threadStart(&miscThread);
|
||||||
batteryInfoInitialize();
|
batteryInfoInitialize();
|
||||||
|
|||||||
Reference in New Issue
Block a user