mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
AP_HAL_ChibiOS: allow Volz protocol to be compiled out
This commit is contained in:
parent
04a64a20fa
commit
2e20e26403
@ -2774,6 +2774,10 @@ def add_apperiph_defaults(f):
|
||||
#define AP_AIRSPEED_AUTOCAL_ENABLE 0
|
||||
#endif
|
||||
|
||||
#ifndef AP_VOLZ_ENABLED
|
||||
#define AP_VOLZ_ENABLED 0
|
||||
#endif
|
||||
|
||||
''')
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user