Fix encoder setting p.mem issue (#2475)

This commit is contained in:
sommermorgentraum
2025-01-09 22:56:14 +08:00
committed by GitHub
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 {