Ian Jackson 7bb326d389 eeprom: provide smaller code for SERIAL_ECHOPAIR
SERIAL_ECHOPAIR implies, eventually, two calls to MYSERIAL.print.  One
of these has FORCE_INLINE for a per-character loop, and both involve
constructing a method call rather than a simple function call.

Produce better and smaller code by providing three specialised
functions serial_echopair.  This saves 672 bytes of program memory
(with EEPROM_SETTINGS and SDSUPPORT enabled).

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
2012-08-11 01:42:59 +01:00
..
2012-02-23 18:50:05 +01:00
2012-06-02 20:44:17 +02:00
2011-08-12 22:28:35 +02:00
2011-08-12 22:28:35 +02:00
2012-06-02 20:44:17 +02:00
2012-02-09 19:27:45 +01:00
2012-02-09 19:27:45 +01:00
2012-06-11 17:33:42 +02:00
2012-03-11 12:25:04 +01:00
2012-07-14 17:25:35 +03:00
2011-12-12 20:35:46 +01:00
2012-06-02 20:44:17 +02:00
2012-06-11 17:33:42 +02:00
2012-06-02 20:44:17 +02:00