HAL_ChibiOS: default disable ICE in periph

This commit is contained in:
Andrew Tridgell 2023-11-10 17:42:38 +11:00
parent 3e0e32a409
commit 6bf3debe73

View File

@ -385,3 +385,6 @@
#define AP_TERRAIN_AVAILABLE 0
#endif
#ifndef AP_ICENGINE_ENABLED
#define AP_ICENGINE_ENABLED 0
#endif