aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/HardwareSerial0.cpp
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2013-04-18 19:06:00 +0200
committerCristian Maglie <c.maglie@bug.st>2014-01-22 09:38:25 +0100
commitf1cd85da7ad0030d1fb1102aa9e3119851e1c4aa (patch)
tree56d5bab27019e6d38f1cdab189eed556eda47183 /cores/arduino/HardwareSerial0.cpp
parentdbe23685c27cb1467dc84140e4899a0bf8e23248 (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/HardwareSerial0.cpp')
0 files changed, 0 insertions, 0 deletions