From 5b34a9bf1370186c1aafe7f9f35dc77235401a9f Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Thu, 19 Oct 2023 11:26:55 +1100 Subject: [PATCH] hwdef: remove redundant MODE_TURTLE_ENABLED this is defined later in the file --- libraries/AP_HAL_ChibiOS/hwdef/include/minimize_features.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/AP_HAL_ChibiOS/hwdef/include/minimize_features.inc b/libraries/AP_HAL_ChibiOS/hwdef/include/minimize_features.inc index 4c5a45d6a0fb4..c5fb0c8550ba8 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/include/minimize_features.inc +++ b/libraries/AP_HAL_ChibiOS/hwdef/include/minimize_features.inc @@ -22,9 +22,6 @@ define HAL_RUNCAM_ENABLED 0 # minimized boards don't get configuration via SmartAudio by default: define AP_SMARTAUDIO_ENABLED 0 -# can't fit Turtle mode on minimized boards: -define MODE_TURTLE_ENABLED 0 - # no Spektrum telemetry: define HAL_SPEKTRUM_TELEM_ENABLED 0