1
0
forked from me/IronOS

Poking IRQ

This commit is contained in:
Ben V. Brown
2022-04-18 21:23:07 +10:00
parent c56772a779
commit e53c657798
8 changed files with 80 additions and 48 deletions

View File

@@ -34,6 +34,7 @@ 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: