1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-29 10:24:12 +01:00
Arduino/hardware
Matthijs Kooijman 9d8f350ffe Mark SoftwareSerial::recv and handle_interrupt as always_inline
Since those functions are only called once now, it makes sense to inline
them. This saves a few bytes of program space, but also saves a few
cycles in the critical RX path.
2015-01-26 17:03:25 +01:00
..
arduino Mark SoftwareSerial::recv and handle_interrupt as always_inline 2015-01-26 17:03:25 +01:00
tools Removed unused boards/programmers 2012-08-25 16:31:25 +02:00