Fixup after rebase onto MK3

This commit is contained in:
D.R.racer 2023-02-01 07:01:38 +01:00 committed by DRracer
parent d66e2b66c2
commit ba34661b62
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ void thermal_setExtrudeMintemp(int16_t t) {
}
void thermal_setTargetHotend(int16_t t) {
setTargetHotend(t, 0);
setTargetHotend(t);
}
void safe_delay_keep_alive(uint16_t t) {