AP_Common: remove Qualcomm board support

This commit is contained in:
Francisco Ferreira 2018-05-11 13:26:51 +01:00 committed by Andrew Tridgell
parent de73ab6472
commit f8756fac6b

View File

@ -168,10 +168,6 @@ enum HomeState {
*/
bool is_bounded_int32(int32_t value, int32_t lower_bound, int32_t upper_bound);
#if CONFIG_HAL_BOARD == HAL_BOARD_QURT
#include <AP_HAL_QURT/replace.h>
#endif
/*
useful debugging macro for SITL
*/