This commit is contained in:
Ben V. Brown
2022-07-01 17:54:59 +10:00
parent 7614a5b92b
commit 39b7fe1e45
2 changed files with 3 additions and 1 deletions

View File

@@ -53,6 +53,6 @@ void startPOWTask(void const *argument __unused) {
#else
(void)res;
#endif
// power_check();
power_check();
}
}