mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
HAL_ChibiOS: default disable ICE in periph
This commit is contained in:
parent
3e0e32a409
commit
6bf3debe73
@ -385,3 +385,6 @@
|
||||
#define AP_TERRAIN_AVAILABLE 0
|
||||
#endif
|
||||
|
||||
#ifndef AP_ICENGINE_ENABLED
|
||||
#define AP_ICENGINE_ENABLED 0
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user