altos: Make gcc happy with ao_telemetry_set_interval
authorKeith Packard <keithp@keithp.com>
Wed, 27 Jun 2012 06:15:54 +0000 (23:15 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 27 Jun 2012 06:15:54 +0000 (23:15 -0700)
commit1ae69a1c2ce7e45db9d9c175bc63867eff68ebe5
treed21d0f554942a11198d494bd57ffed45bb584a62
parentc4036bf6e7997b618f89a05dd1214c16066ba2b2
altos: Make gcc happy with ao_telemetry_set_interval

Using unsigned locals made GCC sad as it was compared with a signed value.

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