altos: shrink ao_companion_status by merging printf calls
authorKeith Packard <keithp@keithp.com>
Tue, 4 Dec 2012 17:43:56 +0000 (09:43 -0800)
committerKeith Packard <keithp@keithp.com>
Tue, 4 Dec 2012 17:43:56 +0000 (09:43 -0800)
commitd1778937e136fdecf8607dd9b358cf972d87ca34
tree35e16dd93d4eeebe2f151c1c3f16fbc7a45aee23
parentf6f440767eece896507903e6e58849f11088829f
altos: shrink ao_companion_status by merging printf calls

Multiple printf calls are longer than one big one, so merge these
together to save some code space

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