Update POWThread.cpp
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
void startPOWTask(void const *argument __unused) {
|
void startPOWTask(void const *argument __unused) {
|
||||||
postRToSInit();
|
postRToSInit();
|
||||||
for (;;) {
|
for (;;) {
|
||||||
osDelay(TICKS_100MS); // Slow down update rate
|
|
||||||
power_check();
|
power_check();
|
||||||
|
osDelay(TICKS_100MS); // Slow down update rate
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user