Browse Source

AP_EPM: added #defines for VRBRAIN board

mission-4.1.18
Emile Castelnuovo 11 years ago committed by Andrew Tridgell
parent
commit
d1e4fbf267
  1. 4
      libraries/AP_EPM/AP_EPM.h

4
libraries/AP_EPM/AP_EPM.h

@ -29,6 +29,10 @@ @@ -29,6 +29,10 @@
#define EPM_PIN_1 -1 // to be determine
#define EPM_PIN_2 -1 // to be determine
#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
#define EPM_PIN_1 -1 // not supported
#define EPM_PIN_2 -1 // not supported

Loading…
Cancel
Save