1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

[sam] temporary fix for UARTS

This commit is contained in:
Cristian Maglie
2012-05-21 00:30:54 +02:00
parent 50912585ab
commit 38973dc916

View File

@ -37,6 +37,8 @@ int main( void )
{
init();
delay(1);
#if defined(USBCON)
USB.attach();
#endif