1
0
Fork 0

Remove redundant backlight eeconfig init (#22675)

This commit is contained in:
Joel Challis 2023-12-16 21:15:55 +00:00 committed by GitHub
parent f165eb5cc9
commit 11be3e7c64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 8 deletions

View file

@ -39,7 +39,7 @@ typedef union {
struct {
bool enable : 1;
bool breathing : 1;
uint8_t reserved : 1; // Reserved for possible future backlight modes
bool valid : 1;
uint8_t level : 5;
};
} backlight_config_t;