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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 9 additions and 14 deletions

View file

@ -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 {