altos: custom hex printer for telemetry packets
authorKeith Packard <keithp@keithp.com>
Wed, 27 Jun 2012 06:13:14 +0000 (23:13 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 27 Jun 2012 06:13:14 +0000 (23:13 -0700)
commitb5f5fd92109ac6f4909a81303d52bc9220cc2520
tree836a55b6b54ed473e3414de2a29806ad5572f8a3
parentf1ae622eff60e05c1f5d8f822a3cf6a85750c6cc
altos: custom hex printer for telemetry packets

Using printf is way too slow with pdclib; just hand-write hex byte output.

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