Use 'char' instead of 'uint8_t' for character data
authorKeith Packard <keithp@keithp.com>
Thu, 30 Apr 2009 00:46:56 +0000 (17:46 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 30 Apr 2009 00:46:56 +0000 (17:46 -0700)
commitde7814c738488c2c16c6216c93fa78128895e5d5
tree07a295d9f3786623e382a92bbab811ac19a78016
parent4ae74fffb939d67424efa3e7f433637f1f920ebc
Use 'char' instead of 'uint8_t' for character data

String and character constants are of char type, so using uint8_t causes
promotion to 16-bit types when comparing the two.
ao.h
ao_cmd.c
ao_config.c
ao_dbg.c
ao_flight_test.c
ao_gps.c
ao_ignite.c
ao_serial.c
ao_stdio.c
ao_test.c
ao_usb.c