sysclk: fix small bug

This commit is contained in:
souldbminersmwc
2025-12-19 20:41:26 -05:00
parent e4e0b0b806
commit 13bec8cd0d

View File

@@ -94,7 +94,7 @@ extern "C"
void __appExit(void) void __appExit(void)
{ {
CloseFanControllerThread(); // CloseFanControllerThread();
// fanExit(); // fanExit();
i2cExit(); i2cExit();
fsExit(); fsExit();