Skip to content

Commit

Permalink
[sam] temporary fix for UARTS
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed May 20, 2012
1 parent 5091258 commit 38973dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hardware/arduino/sam/cores/arduino/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ int main( void )
{
init();

delay(1);

#if defined(USBCON)
USB.attach();
#endif
Expand Down

0 comments on commit 38973dc

Please sign in to comment.