diff options
author | Matthijs Kooijman <matthijs@stdin.nl> | 2013-04-18 19:06:00 +0200 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2014-01-22 09:38:25 +0100 |
commit | f1cd85da7ad0030d1fb1102aa9e3119851e1c4aa (patch) | |
tree | 56d5bab27019e6d38f1cdab189eed556eda47183 /cores/arduino/HardwareSerial.h | |
parent | dbe23685c27cb1467dc84140e4899a0bf8e23248 (diff) |
Disable the UDRE interrupt sooner in HardwareSerial
Before, the interrupt was disabled when it was triggered and it turned
out there was no data to send. However, the interrupt can be disabled
already when the last byte is written to the UART, since write() will
always re-enable the interrupt when it adds new data to the buffer.
Closes: #1008
Diffstat (limited to 'cores/arduino/HardwareSerial.h')
0 files changed, 0 insertions, 0 deletions