We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9503a6 commit 4197809Copy full SHA for 4197809
radio/src/storage/yaml/yaml_datastructs_boxer.cpp
@@ -407,7 +407,6 @@ static const struct YamlNode struct_RadioData[] = {
407
YAML_SIGNED_CUST( "varioPitch", 8, r_vPitch, w_vPitch ),
408
YAML_SIGNED_CUST( "varioRange", 8, r_vPitch, w_vPitch ),
409
YAML_SIGNED( "varioRepeat", 8 ),
410
- YAML_UNSIGNED( "audioMuteEnable", 1 ),
411
YAML_ARRAY("customFn", 88, 64, struct_CustomFunctionData, cfn_is_active),
412
YAML_CUSTOM("auxSerialMode",r_serialMode,nullptr),
413
YAML_CUSTOM("aux2SerialMode",r_serialMode,nullptr),
@@ -427,7 +426,7 @@ static const struct YamlNode struct_RadioData[] = {
427
426
YAML_UNSIGNED( "rotEncMode", 2 ),
428
YAML_SIGNED( "uartSampleMode", 2 ),
429
YAML_PADDING( 3 ),
430
- YAML_PADDING( 1 ),
+ YAML_UNSIGNED( "audioMuteEnable", 1 ),
431
YAML_UNSIGNED( "radioGFDisabled", 1 ),
432
YAML_UNSIGNED( "radioTrainerDisabled", 1 ),
433
YAML_UNSIGNED( "modelHeliDisabled", 1 ),
radio/src/storage/yaml/yaml_datastructs_lr3pro.cpp
@@ -406,7 +406,6 @@ static const struct YamlNode struct_RadioData[] = {
406
@@ -426,7 +425,7 @@ static const struct YamlNode struct_RadioData[] = {
425
radio/src/storage/yaml/yaml_datastructs_nv14.cpp
@@ -436,7 +436,6 @@ static const struct YamlNode struct_RadioData[] = {
436
437
438
439
440
YAML_ARRAY("customFn", 72, 64, struct_CustomFunctionData, cfn_is_active),
441
442
@@ -458,7 +457,7 @@ static const struct YamlNode struct_RadioData[] = {
458
457
459
460
YAML_UNSIGNED( "stickDeadZone", 3 ),
461
462
YAML_STRING("selectedTheme", 26),
463
YAML_UNSIGNED( "radioThemesDisabled", 1 ),
464
radio/src/storage/yaml/yaml_datastructs_tlite.cpp
radio/src/storage/yaml/yaml_datastructs_tpro.cpp
@@ -414,7 +414,6 @@ static const struct YamlNode struct_RadioData[] = {
414
415
416
417
418
419
420
@@ -432,7 +431,7 @@ static const struct YamlNode struct_RadioData[] = {
434
435
radio/src/storage/yaml/yaml_datastructs_tx12.cpp
radio/src/storage/yaml/yaml_datastructs_tx12mk2.cpp
radio/src/storage/yaml/yaml_datastructs_x10.cpp
@@ -465,7 +465,6 @@ static const struct YamlNode struct_RadioData[] = {
465
466
467
468
469
470
471
@@ -487,7 +486,7 @@ static const struct YamlNode struct_RadioData[] = {
487
486
488
489
490
491
YAML_SIGNED( "imuMax", 8 ),
492
YAML_SIGNED( "imuOffset", 8 ),
493
radio/src/storage/yaml/yaml_datastructs_zorro.cpp
0 commit comments