This commit is contained in:
Ben V. Brown
2022-04-19 18:10:16 +10:00
parent 5853261ddf
commit 2ab5c83e52
3 changed files with 10 additions and 9 deletions

View File

@@ -34,7 +34,6 @@ void startPOWTask(void const *argument __unused) {
#endif
BaseType_t res;
for (;;) {
MSG((char *)"POW Spin\r\n");
res = pdFALSE;
// While the interrupt is low, dont delay
/*This is due to a possible race condition, where: