1
0
forked from me/IronOS
This commit is contained in:
Ben V. Brown
2021-01-17 09:19:47 +11:00
parent 2785813f58
commit c067b02cf0
5 changed files with 8 additions and 10 deletions

View File

@@ -16,10 +16,9 @@
// Small worker thread to handle power (mostly QC) related steps
void startPOWTask(void const *argument __unused) {
postRToSInit();
osDelay(TICKS_100MS);
for (;;) {
osDelay(TICKS_100MS); // Slow down update rate
power_check();