Skip to content
Snippets Groups Projects
Commit 69d26334 authored by Emile Castelnuovo's avatar Emile Castelnuovo Committed by Andrew Tridgell
Browse files

AP_Relay: added #defines for VRBRAIN board

parent 25f1c577
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
#else #else
#define RELAY_PIN 54 #define RELAY_PIN 54
#endif #endif
#elif CONFIG_HAL_BOARD == HAL_BOARD_VRBRAIN
#define RELAY_PIN -1
#else #else
// no relay for this board // no relay for this board
#define RELAY_PIN -1 #define RELAY_PIN -1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment