mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AP_HAL_ChibiOS: move defaulting of HAL_HIGH_LATENCY2_ENABLED to minimize_features.inc
This commit is contained in:
parent
5db30b75e7
commit
6dba092c52
@ -4,3 +4,7 @@ define HAL_MINIMIZE_FEATURES 1
|
||||
|
||||
# disable emitting nice strings when activating RC channel aux functions:
|
||||
define AP_RC_CHANNEL_AUX_FUNCTION_STRINGS_ENABLED 0
|
||||
|
||||
# low-end boards aren't expected to be used in environments where
|
||||
# things like satellite communications are required:
|
||||
define HAL_HIGH_LATENCY2_ENABLED 0
|
||||
|
Loading…
Reference in New Issue
Block a user