Browse Source

AP_Common: remove Qualcomm board support

master
Francisco Ferreira 7 years ago committed by Andrew Tridgell
parent
commit
f8756fac6b
  1. 4
      libraries/AP_Common/AP_Common.h

4
libraries/AP_Common/AP_Common.h

@ -168,10 +168,6 @@ enum HomeState { @@ -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
*/

Loading…
Cancel
Save