altos: Use %ld and %lu for MS5607 debug output
authorKeith Packard <keithp@keithp.com>
Tue, 27 Aug 2013 00:18:17 +0000 (17:18 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 27 Aug 2013 00:18:17 +0000 (17:18 -0700)
commit7274b77666df9d2cab2854ec1a403d80e5fce73b
tree550985f519e081e5c6a39a3c9e4fea72b721c6d7
parent4e3955a5b0ac125bd807920c467f959618449fbc
altos: Use %ld and %lu for MS5607 debug output

The value are 'long', so use the right printf format.

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