mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: add and use AP_CUSTOMROTATIONS_ENABLED
also add to build_options.py
This commit is contained in:
parent
2f30fa2f56
commit
077dd82bdc
|
@ -441,3 +441,7 @@
|
|||
#ifndef AP_RC_CHANNEL_ENABLED
|
||||
#define AP_RC_CHANNEL_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef AP_CUSTOMROTATIONS_ENABLED
|
||||
#define AP_CUSTOMROTATIONS_ENABLED 0
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue