Skip to content

Commit 242de30

Browse files
committed
etc
1 parent e4d9b52 commit 242de30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/module/temperature.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ void Temperature::min_temp_error(const heater_id_t heater_id) {
13411341

13421342
PIDRunner(TT &t) : tempinfo(t) { }
13431343

1344-
float get_pid_output(int extr=0) {
1344+
float get_pid_output(const uint8_t extr=0) {
13451345
#if ENABLED(PID_OPENLOOP)
13461346

13471347
return constrain(tempinfo.target, 0, MAX_POW);

0 commit comments

Comments
 (0)