AP_RSSI: default RSSI pin to -1

This commit is contained in:
Andrew Tridgell 2021-07-15 11:43:41 +10:00
parent 7eaab583d4
commit 958843c0a9
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ extern const AP_HAL::HAL& hal;
#endif #endif
#ifndef BOARD_RSSI_ANA_PIN #ifndef BOARD_RSSI_ANA_PIN
#define BOARD_RSSI_ANA_PIN 0 #define BOARD_RSSI_ANA_PIN -1
#endif #endif
#ifndef BOARD_RSSI_ANA_PIN_HIGH #ifndef BOARD_RSSI_ANA_PIN_HIGH