diff options
author | Matthijs Kooijman <matthijs@stdin.nl> | 2014-02-12 19:37:09 +0100 |
---|---|---|
committer | Matthijs Kooijman <matthijs@stdin.nl> | 2014-02-18 17:14:42 +0100 |
commit | 45b5aa3ebb2168e19441167ec4740f34389dae26 (patch) | |
tree | e4317fd911f8e1196d5d1b8c5bbf021bc95339a5 /cores/arduino/WString.cpp | |
parent | f4cd0ff0a4708b94744e08bbd72ce389797b93a8 (diff) |
In HardwareSerial::_rx_complete_irq, don't use int for buffer index
This was already fixed for HardwareSerial.cpp in #1863, but there was
one more case hidden in HardwareSerial_private.h.
The index attributes have been uint8_t for a while, so there is no point
in using int for local variables. This should allow the compiler to
generate slightly more efficient code, but (at least on gcc 4.8.2) it
also confuses the register allocator, causing this change to increase
code size by 2 bytes instead due to extra push/pop instructions (but
this will probably change in the future if the compiler improves).
Diffstat (limited to 'cores/arduino/WString.cpp')
0 files changed, 0 insertions, 0 deletions