AP_HAL_ChibiOS: allow RobotisServo protocol to be compiled out

This commit is contained in:
Peter Barker 2022-04-08 17:20:57 +10:00 committed by Andrew Tridgell
parent 3339d96573
commit 73b86ccc04

View File

@ -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
''')