1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

Fixed USBSerial.write() while sending big buffers (Bill Dreschel)

This commit is contained in:
Cristian Maglie
2013-01-25 15:55:35 +01:00
parent 24bd97413e
commit 95cadfef12
2 changed files with 2 additions and 0 deletions

View File

@ -199,6 +199,7 @@ uint32_t USBD_Send(uint32_t ep, const void* d, uint32_t len)
len -= n;
UDD_Send(ep & 0xF, data, n);
data += n;
}
//TXLED1; // light the TX LED
//TxLEDPulse = TX_RX_LED_PULSE_MS;