Skip to content

Commit

Permalink
Fix protocol enumeration order
Browse files Browse the repository at this point in the history
  • Loading branch information
gsurkov committed Mar 21, 2024
1 parent 2dd033a commit 2f0da91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/infrared/encoder_decoder/infrared.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ typedef enum {
InfraredProtocolSIRC20,
InfraredProtocolKaseikyo,
InfraredProtocolRCA,
InfraredProtocolPioneer,
/* Add new protocols here */
InfraredProtocolMAX,
InfraredProtocolPioneer
} InfraredProtocol;

typedef struct {
Expand Down

0 comments on commit 2f0da91

Please sign in to comment.