led.cpp: slow down spin loop
This commit is contained in:
parent
a0ea78844a
commit
66c321d0e9
@ -212,7 +212,7 @@ void ledLoop(void *parameter) {
|
|||||||
previousLEDState = LEDState;
|
previousLEDState = LEDState;
|
||||||
}
|
}
|
||||||
// give yield to CPU
|
// give yield to CPU
|
||||||
delay(2);
|
delay(5);
|
||||||
} // while(1)
|
} // while(1)
|
||||||
}; // ledloop()
|
}; // ledloop()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user