altos: Shrink 'ao_version' by calling printf fewer times
authorKeith Packard <keithp@keithp.com>
Fri, 7 Dec 2012 00:29:36 +0000 (16:29 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 7 Dec 2012 00:29:36 +0000 (16:29 -0800)
commit9d095eb1987f35d0d4e6540bf335e1faaa7c86ec
treed60ee91b9755c6cbca8d0558b917f9ef3a21a719
parentce12787b56f699166cafe4cdee9e2a4d8e66ebed
altos: Shrink 'ao_version' by calling printf fewer times

Each printf call costs quite a bit of code space on the cc1111, so
instead of making multiple short calls, make one longer one.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/core/ao_cmd.c