AP_HAL_ChibiOS: allow RobotisServo protocol to be compiled out
This commit is contained in:
parent
3339d96573
commit
73b86ccc04
@ -2778,6 +2778,10 @@ def add_apperiph_defaults(f):
|
||||
#define AP_VOLZ_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef AP_ROBOTISSERVO_ENABLED
|
||||
#define AP_ROBOTISSERVO_ENABLED 0
|
||||
#endif
|
||||
|
||||
''')
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user