Fix DAC-related bugs (#19921)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
Orel
2020-10-28 03:37:10 +01:00
committed by Scott Lahteine
parent d7d1ef8228
commit f5f6170858
4 changed files with 5 additions and 5 deletions

View File

@ -72,7 +72,7 @@ void menu_backlash();
EDIT_DAC_PERCENT(Y);
EDIT_DAC_PERCENT(Z);
EDIT_DAC_PERCENT(E);
ACTION_ITEM(MSG_DAC_EEPROM_WRITE, dac_commit_eeprom);
ACTION_ITEM(MSG_DAC_EEPROM_WRITE, stepper_dac.commit_eeprom);
END_MENU();
}