Skip to content

Commit 38973dc

Browse files
committed
[sam] temporary fix for UARTS
1 parent 5091258 commit 38973dc

File tree

1 file changed

+2
-0
lines changed
  • hardware/arduino/sam/cores/arduino

1 file changed

+2
-0
lines changed

hardware/arduino/sam/cores/arduino/main.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ int main( void )
3737
{
3838
init();
3939

40+
delay(1);
41+
4042
#if defined(USBCON)
4143
USB.attach();
4244
#endif

0 commit comments

Comments
 (0)