Browse Source

AP_Relay: added #defines for VRBRAIN board

mission-4.1.18
Emile Castelnuovo 11 years ago committed by Andrew Tridgell
parent
commit
69d2633465
  1. 2
      libraries/AP_Relay/AP_Relay.cpp

2
libraries/AP_Relay/AP_Relay.cpp

@ -20,6 +20,8 @@ @@ -20,6 +20,8 @@
#else
#define RELAY_PIN 54
#endif
#elif CONFIG_HAL_BOARD == HAL_BOARD_VRBRAIN
#define RELAY_PIN -1
#else
// no relay for this board
#define RELAY_PIN -1

Loading…
Cancel
Save