Skip to content

Commit 247b2e7

Browse files
philmozpfeerick
authored andcommitted
fix(gx12): some customisable switches (SA/SD) set to NONE when updating (#7101)
1 parent 4dcec61 commit 247b2e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

radio/src/storage/yaml/yaml_datastructs_funcs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2745,7 +2745,7 @@ static const struct YamlNode struct_cfsGroupOn[] {
27452745
YAML_END,
27462746
};
27472747

2748-
#if NUM_FUNCTIION_SWITCHES > 6
2748+
#if NUM_FUNCTIONS_SWITCHES > 6
27492749
#define NUM_CFS_FOR_CONVERSION 6
27502750
#else
27512751
#define NUM_CFS_FOR_CONVERSION NUM_FUNCTIONS_SWITCHES

0 commit comments

Comments
 (0)