1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-10-15 11:26:40 +03:00

Fixed USB-CDC buffering. Now serial output performs much better.

This commit is contained in:
Cristian Maglie
2012-08-21 12:50:12 +02:00
parent 5b54b2f945
commit b7fce4207f
4 changed files with 7 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ void UDD_Attach(void)
// Enable USB line events
udd_enable_reset_interrupt();
//udd_enable_sof_interrupt();
udd_enable_sof_interrupt();
cpu_irq_restore(flags);
}