mirror of https://github.com/ArduPilot/ardupilot
GCS_MAVLink: move defaulting of HAL_HIGH_LATENCY2_ENABLED to minimize_features.inc
This commit is contained in:
parent
6dba092c52
commit
4f0d301edb
|
@ -30,7 +30,7 @@
|
|||
#define GCS_DEBUG_SEND_MESSAGE_TIMINGS 0
|
||||
|
||||
#ifndef HAL_HIGH_LATENCY2_ENABLED
|
||||
#define HAL_HIGH_LATENCY2_ENABLED !HAL_MINIMIZE_FEATURES
|
||||
#define HAL_HIGH_LATENCY2_ENABLED 1
|
||||
#endif
|
||||
|
||||
#ifndef HAL_MAVLINK_INTERVALS_FROM_FILES_ENABLED
|
||||
|
|
Loading…
Reference in New Issue