Skip to content

Commit

Permalink
Fix DIY_FIRST_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
kilrah committed Dec 13, 2018
1 parent 194ff93 commit 45654d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/telemetry/frsky.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ enum FrSkyDataState {
#define GASSUIT_MAX_FLOW_LAST_ID 0x0d6f
#define GASSUIT_AVG_FLOW_FIRST_ID 0x0d70
#define GASSUIT_AVG_FLOW_LAST_ID 0x0d7f
#define DIY_FIRST_ID 0x5000
#define DIY_FIRST_ID 0x5100
#define DIY_LAST_ID 0x52ff
#define DIY_STREAM_FIRST_ID 0x5000
#define DIY_STREAM_LAST_ID 0x50ff
Expand Down

0 comments on commit 45654d9

Please sign in to comment.