We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5091258 commit 38973dcCopy full SHA for 38973dc
hardware/arduino/sam/cores/arduino/main.cpp
@@ -37,6 +37,8 @@ int main( void )
37
{
38
init();
39
40
+ delay(1);
41
+
42
#if defined(USBCON)
43
USB.attach();
44
#endif
0 commit comments