From 967b404b43e68d8e13e474cb75a1610b3550b361 Mon Sep 17 00:00:00 2001 From: Alex Voinea Date: Thu, 17 Jun 2021 07:18:44 -0700 Subject: [PATCH] Fix build --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 5c826b1..587945b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -275,7 +275,7 @@ void loop() { ms::selector.Step(); currentCommand->Step(); // add a watchdog reset - _delay_ms(10) + _delay_ms(10); } int main() {