Remove redundant EEPROM update (#26008)
This commit is contained in:
parent
59cc10451b
commit
36cdac8fd3
|
|
@ -137,7 +137,6 @@ void haptic_toggle(void) {
|
||||||
} else {
|
} else {
|
||||||
haptic_enable();
|
haptic_enable();
|
||||||
}
|
}
|
||||||
eeconfig_update_haptic(&haptic_config);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void haptic_feedback_toggle(void) {
|
void haptic_feedback_toggle(void) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue