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)
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>

No differences found