Skip to content

Commit

Permalink
fix: Fix Cpn Lemon-rx DSMP type yaml (#1758)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Horne authored Mar 30, 2022
1 parent 36bbdd2 commit 0eba958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion companion/src/firmwares/edgetx/yaml_moduledata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static const YamlLookupTable protocolLut = {
{ PULSES_SBUS, "TYPE_SBUS" },
{ PULSES_XJT_LITE_X16, "TYPE_XJT_LITE_PXX2" },
{ PULSES_AFHDS3, "TYPE_FLYSKY" },
{ PULSES_LEMON_DSMP, "LEMON_DSMP" },
{ PULSES_LEMON_DSMP, "TYPE_LEMON_DSMP" },
};

static const YamlLookupTable xjtLut = {
Expand Down

0 comments on commit 0eba958

Please sign in to comment.