mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
[sam] temporary fix for UARTS
This commit is contained in:
@ -37,6 +37,8 @@ int main( void )
|
|||||||
{
|
{
|
||||||
init();
|
init();
|
||||||
|
|
||||||
|
delay(1);
|
||||||
|
|
||||||
#if defined(USBCON)
|
#if defined(USBCON)
|
||||||
USB.attach();
|
USB.attach();
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user