Fix build

pull/28/head
Alex Voinea 2021-06-17 07:18:44 -07:00 committed by DRracer
parent 6bd4db2681
commit 113f9d7664
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ void loop() {
ms::selector.Step();
currentCommand->Step();
// add a watchdog reset
_delay_ms(10)
_delay_ms(10);
}
int main() {