test
Dependents: Telemetria_RX_SD_GPS_copy Telemetria_RX_SD_GPS Telemetria_TX Telemetria_TX ... more
Diff: Arduino-mbed-APIs/arduino-mbed.cpp
- Revision:
- 76:79f8ca9c8025
- Parent:
- 75:7330dd86cdea
- Child:
- 77:7f227a4dffe6
--- a/Arduino-mbed-APIs/arduino-mbed.cpp Wed Jul 26 15:18:35 2017 +0200 +++ b/Arduino-mbed-APIs/arduino-mbed.cpp Thu Jul 27 11:47:46 2017 +0200 @@ -632,16 +632,15 @@ * and if the SerialUSB and connected we should * not enter into sleep mode because this kills the Arduino USB emulation */ -#if 0 if (ser && ser == (Stream *)&SerialUSB) { - if (1) { - __WFI(); - return; - } - USB->CTRLA.bit.ENABLE = 0; + __WFI(); + return; + // USB->CTRLA.bit.ENABLE = 0; + // USB->HOST.CTRLA.reg = 0; + // USB->HOST.CTRLA.bit.ENABLE &= USB_CTRLA_ENABLE; } -#endif + #if 1 // (SAMD20 || SAMD21) /* Errata: Make sure that the Flash does not power all the way down * when in sleep mode. */