mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_RSSI: default RSSI pin to -1
This commit is contained in:
parent
7eaab583d4
commit
958843c0a9
@ -26,7 +26,7 @@ extern const AP_HAL::HAL& hal;
|
||||
#endif
|
||||
|
||||
#ifndef BOARD_RSSI_ANA_PIN
|
||||
#define BOARD_RSSI_ANA_PIN 0
|
||||
#define BOARD_RSSI_ANA_PIN -1
|
||||
#endif
|
||||
|
||||
#ifndef BOARD_RSSI_ANA_PIN_HIGH
|
||||
|
Loading…
Reference in New Issue
Block a user