mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_EPM: added #defines for VRBRAIN board
This commit is contained in:
parent
e8b9e9d53c
commit
d1e4fbf267
@ -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…
Reference in New Issue
Block a user