GCS_MAVLink: move defaulting of HAL_HIGH_LATENCY2_ENABLED to minimize_features.inc

This commit is contained in:
Peter Barker 2022-10-13 10:36:27 +11:00 committed by Andrew Tridgell
parent 6dba092c52
commit 4f0d301edb
1 changed files with 1 additions and 1 deletions

View File

@ -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