Skip to content

Commit b7db5be

Browse files
committed
Remove delay(1) from the main
Thanks @RickKimball to point that Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 580b636 commit b7db5be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cores/arduino/main.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ int main( void )
3535

3636
initVariant();
3737

38-
delay(1);
39-
4038
#if defined(USBCON)
4139
usbd_interface_init();
4240
#endif

0 commit comments

Comments
 (0)