ardupilot/libraries/AP_HAL_Empty
Lucas De Marchi 1b07dabeb7 Replace prog_char and prog_char_t with char
prog_char and prog_char_t are now the same as char on supported
platforms. So, just change all places that use them and prefer char
instead.

AVR-specific places were not changed.
2015-10-30 14:35:30 +09:00
..
AP_HAL_Empty.h AP_HAL: provide AP_HAL_MAIN() 2015-10-21 09:16:09 +11:00
AP_HAL_Empty_Namespace.h
AP_HAL_Empty_Private.h
AnalogIn.cpp
AnalogIn.h AP_HAL_Empty: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
GPIO.cpp
GPIO.h AP_HAL_Empty: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
HAL_Empty_Class.cpp AP_HAL_Empty: merge init() and run() 2015-10-21 09:16:08 +11:00
HAL_Empty_Class.h AP_HAL_Empty: merge init() and run() 2015-10-21 09:16:08 +11:00
I2CDriver.cpp AP_HAL_Empty: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
I2CDriver.h AP_HAL_Empty: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
PrivateMember.cpp
PrivateMember.h
RCInput.cpp
RCInput.h AP_HAL_Empty: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
RCOutput.cpp AP_HAL_Empty: remove unused write method 2015-09-29 11:53:42 +09:00
RCOutput.h AP_HAL_Empty: remove unused write method 2015-09-29 11:53:42 +09:00
SPIDriver.cpp AP_HAL_Empty: Add support for using SPI devices of the same type. 2015-09-18 09:15:09 +10:00
SPIDriver.h AP_HAL_Empty: Add support for using SPI devices of the same type. 2015-09-18 09:15:09 +10:00
Scheduler.cpp Replace prog_char and prog_char_t with char 2015-10-30 14:35:30 +09:00
Scheduler.h Replace prog_char and prog_char_t with char 2015-10-30 14:35:30 +09:00
Semaphores.cpp
Semaphores.h AP_HAL_Empty: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Storage.cpp
Storage.h AP_HAL_Empty: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
UARTDriver.cpp
UARTDriver.h AP_HAL_Empty: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00
Util.h AP_HAL_Empty: standardize inclusion of libaries headers 2015-08-11 16:28:43 +10:00