Fix build
parent
6bd4db2681
commit
113f9d7664
|
|
@ -275,7 +275,7 @@ void loop() {
|
|||
ms::selector.Step();
|
||||
currentCommand->Step();
|
||||
// add a watchdog reset
|
||||
_delay_ms(10)
|
||||
_delay_ms(10);
|
||||
}
|
||||
|
||||
int main() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue