mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-08 06:32:35 -04:00
Fix encoder setting p.mem issue (#2475)
This commit is contained in:
parent
2de1f8e6bf
commit
7eb08f34cb
5 changed files with 9 additions and 14 deletions
|
@ -120,11 +120,6 @@ enum encoder_dial_sensitivity {
|
|||
NUM_DIAL_SENSITIVITY
|
||||
};
|
||||
|
||||
enum encoder_dial_direction {
|
||||
DIAL_DIRECTION_NORMAL = true,
|
||||
DIAL_DIRECTION_REVERSE = false,
|
||||
};
|
||||
|
||||
typedef union {
|
||||
uint32_t v;
|
||||
struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue