Skip to content

Commit 4197809

Browse files
committed
yaml update
1 parent f9503a6 commit 4197809

9 files changed

+9
-18
lines changed

radio/src/storage/yaml/yaml_datastructs_boxer.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ static const struct YamlNode struct_RadioData[] = {
407407
YAML_SIGNED_CUST( "varioPitch", 8, r_vPitch, w_vPitch ),
408408
YAML_SIGNED_CUST( "varioRange", 8, r_vPitch, w_vPitch ),
409409
YAML_SIGNED( "varioRepeat", 8 ),
410-
YAML_UNSIGNED( "audioMuteEnable", 1 ),
411410
YAML_ARRAY("customFn", 88, 64, struct_CustomFunctionData, cfn_is_active),
412411
YAML_CUSTOM("auxSerialMode",r_serialMode,nullptr),
413412
YAML_CUSTOM("aux2SerialMode",r_serialMode,nullptr),
@@ -427,7 +426,7 @@ static const struct YamlNode struct_RadioData[] = {
427426
YAML_UNSIGNED( "rotEncMode", 2 ),
428427
YAML_SIGNED( "uartSampleMode", 2 ),
429428
YAML_PADDING( 3 ),
430-
YAML_PADDING( 1 ),
429+
YAML_UNSIGNED( "audioMuteEnable", 1 ),
431430
YAML_UNSIGNED( "radioGFDisabled", 1 ),
432431
YAML_UNSIGNED( "radioTrainerDisabled", 1 ),
433432
YAML_UNSIGNED( "modelHeliDisabled", 1 ),

radio/src/storage/yaml/yaml_datastructs_lr3pro.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ static const struct YamlNode struct_RadioData[] = {
406406
YAML_SIGNED_CUST( "varioPitch", 8, r_vPitch, w_vPitch ),
407407
YAML_SIGNED_CUST( "varioRange", 8, r_vPitch, w_vPitch ),
408408
YAML_SIGNED( "varioRepeat", 8 ),
409-
YAML_UNSIGNED( "audioMuteEnable", 1 ),
410409
YAML_ARRAY("customFn", 88, 64, struct_CustomFunctionData, cfn_is_active),
411410
YAML_CUSTOM("auxSerialMode",r_serialMode,nullptr),
412411
YAML_CUSTOM("aux2SerialMode",r_serialMode,nullptr),
@@ -426,7 +425,7 @@ static const struct YamlNode struct_RadioData[] = {
426425
YAML_UNSIGNED( "rotEncMode", 2 ),
427426
YAML_SIGNED( "uartSampleMode", 2 ),
428427
YAML_PADDING( 3 ),
429-
YAML_PADDING( 1 ),
428+
YAML_UNSIGNED( "audioMuteEnable", 1 ),
430429
YAML_UNSIGNED( "radioGFDisabled", 1 ),
431430
YAML_UNSIGNED( "radioTrainerDisabled", 1 ),
432431
YAML_UNSIGNED( "modelHeliDisabled", 1 ),

radio/src/storage/yaml/yaml_datastructs_nv14.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,6 @@ static const struct YamlNode struct_RadioData[] = {
436436
YAML_SIGNED_CUST( "varioPitch", 8, r_vPitch, w_vPitch ),
437437
YAML_SIGNED_CUST( "varioRange", 8, r_vPitch, w_vPitch ),
438438
YAML_SIGNED( "varioRepeat", 8 ),
439-
YAML_UNSIGNED( "audioMuteEnable", 1 ),
440439
YAML_ARRAY("customFn", 72, 64, struct_CustomFunctionData, cfn_is_active),
441440
YAML_CUSTOM("auxSerialMode",r_serialMode,nullptr),
442441
YAML_CUSTOM("aux2SerialMode",r_serialMode,nullptr),
@@ -458,7 +457,7 @@ static const struct YamlNode struct_RadioData[] = {
458457
YAML_UNSIGNED( "rotEncMode", 2 ),
459458
YAML_SIGNED( "uartSampleMode", 2 ),
460459
YAML_UNSIGNED( "stickDeadZone", 3 ),
461-
YAML_PADDING( 1 ),
460+
YAML_UNSIGNED( "audioMuteEnable", 1 ),
462461
YAML_STRING("selectedTheme", 26),
463462
YAML_UNSIGNED( "radioThemesDisabled", 1 ),
464463
YAML_UNSIGNED( "radioGFDisabled", 1 ),

radio/src/storage/yaml/yaml_datastructs_tlite.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ static const struct YamlNode struct_RadioData[] = {
406406
YAML_SIGNED_CUST( "varioPitch", 8, r_vPitch, w_vPitch ),
407407
YAML_SIGNED_CUST( "varioRange", 8, r_vPitch, w_vPitch ),
408408
YAML_SIGNED( "varioRepeat", 8 ),
409-
YAML_UNSIGNED( "audioMuteEnable", 1 ),
410409
YAML_ARRAY("customFn", 88, 64, struct_CustomFunctionData, cfn_is_active),
411410
YAML_CUSTOM("auxSerialMode",r_serialMode,nullptr),
412411
YAML_CUSTOM("aux2SerialMode",r_serialMode,nullptr),
@@ -426,7 +425,7 @@ static const struct YamlNode struct_RadioData[] = {
426425
YAML_UNSIGNED( "rotEncMode", 2 ),
427426
YAML_SIGNED( "uartSampleMode", 2 ),
428427
YAML_PADDING( 3 ),
429-
YAML_PADDING( 1 ),
428+
YAML_UNSIGNED( "audioMuteEnable", 1 ),
430429
YAML_UNSIGNED( "radioGFDisabled", 1 ),
431430
YAML_UNSIGNED( "radioTrainerDisabled", 1 ),
432431
YAML_UNSIGNED( "modelHeliDisabled", 1 ),

radio/src/storage/yaml/yaml_datastructs_tpro.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ static const struct YamlNode struct_RadioData[] = {
414414
YAML_SIGNED_CUST( "varioPitch", 8, r_vPitch, w_vPitch ),
415415
YAML_SIGNED_CUST( "varioRange", 8, r_vPitch, w_vPitch ),
416416
YAML_SIGNED( "varioRepeat", 8 ),
417-
YAML_UNSIGNED( "audioMuteEnable", 1 ),
418417
YAML_ARRAY("customFn", 88, 64, struct_CustomFunctionData, cfn_is_active),
419418
YAML_CUSTOM("auxSerialMode",r_serialMode,nullptr),
420419
YAML_CUSTOM("aux2SerialMode",r_serialMode,nullptr),
@@ -432,7 +431,7 @@ static const struct YamlNode struct_RadioData[] = {
432431
YAML_UNSIGNED( "rotEncMode", 2 ),
433432
YAML_SIGNED( "uartSampleMode", 2 ),
434433
YAML_PADDING( 3 ),
435-
YAML_PADDING( 1 ),
434+
YAML_UNSIGNED( "audioMuteEnable", 1 ),
436435
YAML_UNSIGNED( "radioGFDisabled", 1 ),
437436
YAML_UNSIGNED( "radioTrainerDisabled", 1 ),
438437
YAML_UNSIGNED( "modelHeliDisabled", 1 ),

radio/src/storage/yaml/yaml_datastructs_tx12.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ static const struct YamlNode struct_RadioData[] = {
406406
YAML_SIGNED_CUST( "varioPitch", 8, r_vPitch, w_vPitch ),
407407
YAML_SIGNED_CUST( "varioRange", 8, r_vPitch, w_vPitch ),
408408
YAML_SIGNED( "varioRepeat", 8 ),
409-
YAML_UNSIGNED( "audioMuteEnable", 1 ),
410409
YAML_ARRAY("customFn", 88, 64, struct_CustomFunctionData, cfn_is_active),
411410
YAML_CUSTOM("auxSerialMode",r_serialMode,nullptr),
412411
YAML_CUSTOM("aux2SerialMode",r_serialMode,nullptr),
@@ -426,7 +425,7 @@ static const struct YamlNode struct_RadioData[] = {
426425
YAML_UNSIGNED( "rotEncMode", 2 ),
427426
YAML_SIGNED( "uartSampleMode", 2 ),
428427
YAML_PADDING( 3 ),
429-
YAML_PADDING( 1 ),
428+
YAML_UNSIGNED( "audioMuteEnable", 1 ),
430429
YAML_UNSIGNED( "radioGFDisabled", 1 ),
431430
YAML_UNSIGNED( "radioTrainerDisabled", 1 ),
432431
YAML_UNSIGNED( "modelHeliDisabled", 1 ),

radio/src/storage/yaml/yaml_datastructs_tx12mk2.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ static const struct YamlNode struct_RadioData[] = {
406406
YAML_SIGNED_CUST( "varioPitch", 8, r_vPitch, w_vPitch ),
407407
YAML_SIGNED_CUST( "varioRange", 8, r_vPitch, w_vPitch ),
408408
YAML_SIGNED( "varioRepeat", 8 ),
409-
YAML_UNSIGNED( "audioMuteEnable", 1 ),
410409
YAML_ARRAY("customFn", 88, 64, struct_CustomFunctionData, cfn_is_active),
411410
YAML_CUSTOM("auxSerialMode",r_serialMode,nullptr),
412411
YAML_CUSTOM("aux2SerialMode",r_serialMode,nullptr),
@@ -426,7 +425,7 @@ static const struct YamlNode struct_RadioData[] = {
426425
YAML_UNSIGNED( "rotEncMode", 2 ),
427426
YAML_SIGNED( "uartSampleMode", 2 ),
428427
YAML_PADDING( 3 ),
429-
YAML_PADDING( 1 ),
428+
YAML_UNSIGNED( "audioMuteEnable", 1 ),
430429
YAML_UNSIGNED( "radioGFDisabled", 1 ),
431430
YAML_UNSIGNED( "radioTrainerDisabled", 1 ),
432431
YAML_UNSIGNED( "modelHeliDisabled", 1 ),

radio/src/storage/yaml/yaml_datastructs_x10.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,6 @@ static const struct YamlNode struct_RadioData[] = {
465465
YAML_SIGNED_CUST( "varioPitch", 8, r_vPitch, w_vPitch ),
466466
YAML_SIGNED_CUST( "varioRange", 8, r_vPitch, w_vPitch ),
467467
YAML_SIGNED( "varioRepeat", 8 ),
468-
YAML_UNSIGNED( "audioMuteEnable", 1 ),
469468
YAML_ARRAY("customFn", 72, 64, struct_CustomFunctionData, cfn_is_active),
470469
YAML_CUSTOM("auxSerialMode",r_serialMode,nullptr),
471470
YAML_CUSTOM("aux2SerialMode",r_serialMode,nullptr),
@@ -487,7 +486,7 @@ static const struct YamlNode struct_RadioData[] = {
487486
YAML_UNSIGNED( "rotEncMode", 2 ),
488487
YAML_SIGNED( "uartSampleMode", 2 ),
489488
YAML_PADDING( 3 ),
490-
YAML_PADDING( 1 ),
489+
YAML_UNSIGNED( "audioMuteEnable", 1 ),
491490
YAML_SIGNED( "imuMax", 8 ),
492491
YAML_SIGNED( "imuOffset", 8 ),
493492
YAML_STRING("selectedTheme", 26),

radio/src/storage/yaml/yaml_datastructs_zorro.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ static const struct YamlNode struct_RadioData[] = {
406406
YAML_SIGNED_CUST( "varioPitch", 8, r_vPitch, w_vPitch ),
407407
YAML_SIGNED_CUST( "varioRange", 8, r_vPitch, w_vPitch ),
408408
YAML_SIGNED( "varioRepeat", 8 ),
409-
YAML_UNSIGNED( "audioMuteEnable", 1 ),
410409
YAML_ARRAY("customFn", 88, 64, struct_CustomFunctionData, cfn_is_active),
411410
YAML_CUSTOM("auxSerialMode",r_serialMode,nullptr),
412411
YAML_CUSTOM("aux2SerialMode",r_serialMode,nullptr),
@@ -426,7 +425,7 @@ static const struct YamlNode struct_RadioData[] = {
426425
YAML_UNSIGNED( "rotEncMode", 2 ),
427426
YAML_SIGNED( "uartSampleMode", 2 ),
428427
YAML_PADDING( 3 ),
429-
YAML_PADDING( 1 ),
428+
YAML_UNSIGNED( "audioMuteEnable", 1 ),
430429
YAML_UNSIGNED( "radioGFDisabled", 1 ),
431430
YAML_UNSIGNED( "radioTrainerDisabled", 1 ),
432431
YAML_UNSIGNED( "modelHeliDisabled", 1 ),

0 commit comments

Comments
 (0)