AP_Relay: added #defines for VRBRAIN board

This commit is contained in:
Emile Castelnuovo 2014-03-31 19:54:43 +02:00 committed by Andrew Tridgell
parent 25f1c5774f
commit 69d2633465

View File

@ -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