From aa5f0701deb3dc8376d3de4f0ea3a9b8ef580a46 Mon Sep 17 00:00:00 2001 From: Peter Feerick Date: Fri, 10 Nov 2023 19:04:30 +1000 Subject: [PATCH] fix: Regenerate yaml post #4267 --- radio/src/storage/yaml/yaml_datastructs_pl18.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/radio/src/storage/yaml/yaml_datastructs_pl18.cpp b/radio/src/storage/yaml/yaml_datastructs_pl18.cpp index 7dc0354fa34..7dd9bea86fb 100644 --- a/radio/src/storage/yaml/yaml_datastructs_pl18.cpp +++ b/radio/src/storage/yaml/yaml_datastructs_pl18.cpp @@ -133,7 +133,6 @@ const struct YamlIdStr enum_LogicalSwitchesFunctions[] = { { LS_FUNC_VALMOSTEQUAL, "FUNC_VALMOSTEQUAL" }, { LS_FUNC_VPOS, "FUNC_VPOS" }, { LS_FUNC_VNEG, "FUNC_VNEG" }, - { LS_FUNC_RANGE, "FUNC_RANGE" }, { LS_FUNC_APOS, "FUNC_APOS" }, { LS_FUNC_ANEG, "FUNC_ANEG" }, { LS_FUNC_AND, "FUNC_AND" }, @@ -377,7 +376,7 @@ static const struct YamlNode struct_RadioData[] = { YAML_CUSTOM("rotEncDirection",r_rotEncDirection,nullptr), YAML_UNSIGNED( "rotEncMode", 2 ), YAML_SIGNED( "uartSampleMode", 2 ), - YAML_UNSIGNED( "stickDeadZone", 3 ), + YAML_PADDING( 3 ), YAML_UNSIGNED( "audioMuteEnable", 1 ), YAML_STRING("selectedTheme", 26), YAML_UNSIGNED( "radioThemesDisabled", 1 ),