Skip to content

Commit

Permalink
Fix definition of mcontrol.action
Browse files Browse the repository at this point in the history
  • Loading branch information
YenHaoChen committed Jul 15, 2024
1 parent 479cdca commit 46d252b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoding.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

#define MCONTROL_SELECT (1<<19)
#define MCONTROL_TIMING (1<<18)
#define MCONTROL_ACTION (0x3f<<12)
#define MCONTROL_ACTION (0xf<<12)
#define MCONTROL_CHAIN (1<<11)
#define MCONTROL_MATCH (0xf<<7)
#define MCONTROL_M (1<<6)
Expand Down

0 comments on commit 46d252b

Please sign in to comment.