Remove redundant audio eeconfig init (#22736)
This commit is contained in:
parent
b824faca71
commit
b24bd2351a
6 changed files with 42 additions and 17 deletions
|
@ -33,7 +33,8 @@ typedef union {
|
|||
struct {
|
||||
bool enable : 1;
|
||||
bool clicky_enable : 1;
|
||||
uint8_t level : 6;
|
||||
bool valid : 1;
|
||||
uint8_t reserved : 5;
|
||||
};
|
||||
} audio_config_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue