altos: packet and usb i/o routines use 'char', not 'uint8_t'
authorKeith Packard <keithp@keithp.com>
Thu, 6 Jan 2011 19:28:35 +0000 (11:28 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 6 Jan 2011 19:28:35 +0000 (11:28 -0800)
commitf3f1b1488bdc92fa9277dc549ba9f3210a8d4c8c
treed3cbc21bac9dbd7dbd9e49c71570dd9b9e51268a
parent5688af4e4d7ca8e559d758257e79b7979f1cc924
altos: packet and usb i/o routines use 'char', not 'uint8_t'

Just fixing the type of a local variable holding a character
passed from the packet link to usb.

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