Skip to content

Commit

Permalink
chore: generate-yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Jan 29, 2025
1 parent be122bd commit 7833d02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion radio/src/storage/yaml/yaml_datastructs_nv14_family.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@ static const struct YamlNode struct_RadioData[] = {
YAML_UNSIGNED( "blOffBright", 7 ),
YAML_STRING("bluetoothName", 10),
YAML_STRING("ownerRegistrationID", 8),
YAML_PADDING( 3 ),
YAML_CUSTOM("rotEncDirection",r_rotEncDirection,nullptr),
YAML_UNSIGNED( "rotEncMode", 3 ),
YAML_SIGNED( "uartSampleMode", 2 ),
YAML_UNSIGNED( "stickDeadZone", 3 ),
YAML_STRING("selectedTheme", 26),
Expand Down

0 comments on commit 7833d02

Please sign in to comment.