Syntax/comment cleanup
This commit is contained in:
parent
932fcbb33f
commit
38b3e53f67
@ -434,11 +434,8 @@ int getHeaterPower(int heater) {
|
|||||||
return soft_pwm[heater];
|
return soft_pwm[heater];
|
||||||
}
|
}
|
||||||
|
|
||||||
// ready for eventually parameters adjusting
|
// reset PID state after changing target_temperature
|
||||||
void resetPID(uint8_t) // only for compiler-warning elimination (if function do nothing)
|
void resetPID(uint8_t extruder _UNUSED) {}
|
||||||
//void resetPID(uint8_t extruder)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
void manage_heater()
|
void manage_heater()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user