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