Fix build

pull/24/head
Alex Voinea 2021-06-17 07:18:44 -07:00
parent 9e2cbf65cf
commit 967b404b43
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() {