Browse Source

AP_RSSI: remove defaults for CONFIG_ARCH_BOARD_PX4FMU_V4 - not used

master
Peter Barker 6 years ago committed by Andrew Tridgell
parent
commit
396028f628
  1. 6
      libraries/AP_RSSI/AP_RSSI.cpp

6
libraries/AP_RSSI/AP_RSSI.cpp

@ -21,12 +21,6 @@ @@ -21,12 +21,6 @@
extern const AP_HAL::HAL& hal;
#ifdef CONFIG_ARCH_BOARD_PX4FMU_V4
#define BOARD_RSSI_DEFAULT 1
#define BOARD_RSSI_ANA_PIN 11
#define BOARD_RSSI_ANA_PIN_HIGH 3.3f
#endif
#ifndef BOARD_RSSI_DEFAULT
#define BOARD_RSSI_DEFAULT 0
#endif

Loading…
Cancel
Save