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

AP_EPM: added #defines for VRBRAIN board

parent e8b9e9d5
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,10 @@ ...@@ -29,6 +29,10 @@
#define EPM_PIN_1 -1 // to be determine #define EPM_PIN_1 -1 // to be determine
#define EPM_PIN_2 -1 // to be determine #define EPM_PIN_2 -1 // to be determine
#define EPM_SUPPORTED false #define EPM_SUPPORTED false
#elif CONFIG_HAL_BOARD == HAL_BOARD_VRBRAIN
#define EPM_PIN_1 -1 // to be determine
#define EPM_PIN_2 -1 // to be determine
#define EPM_SUPPORTED false
#else #else
#define EPM_PIN_1 -1 // not supported #define EPM_PIN_1 -1 // not supported
#define EPM_PIN_2 -1 // not supported #define EPM_PIN_2 -1 // not supported
......
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