1
0
forked from me/IronOS

Update POWThread.cpp

This commit is contained in:
Ben V. Brown
2021-04-05 13:09:11 +10:00
parent 4616093a47
commit d7e7469d3d

View File

@@ -19,7 +19,7 @@
void startPOWTask(void const *argument __unused) {
postRToSInit();
for (;;) {
osDelay(TICKS_100MS); // Slow down update rate
power_check();
osDelay(TICKS_100MS); // Slow down update rate
}
}