mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 00:13:59 -04:00
AP_RSSI: remove defaults for CONFIG_ARCH_BOARD_PX4FMU_V4 - not used
This commit is contained in:
parent
40856fef56
commit
396028f628
@ -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…
Reference in New Issue
Block a user