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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user