mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
AP_relay: added default relay pin for VRBRAIN
This commit is contained in:
parent
5d7a2726e2
commit
781f15ba59
@ -21,7 +21,7 @@
|
||||
#define RELAY_PIN 54
|
||||
#endif
|
||||
#elif CONFIG_HAL_BOARD == HAL_BOARD_VRBRAIN
|
||||
#define RELAY_PIN -1
|
||||
#define RELAY_PIN 33
|
||||
#else
|
||||
// no relay for this board
|
||||
#define RELAY_PIN -1
|
||||
|
Loading…
Reference in New Issue
Block a user