Changes for parity with 2.0.x
This commit is contained in:
parent
93560836de
commit
1063b3b2b8
10 changed files with 86 additions and 81 deletions
|
|
@ -1273,7 +1273,7 @@ void Temperature::init() {
|
|||
* their target temperature by a configurable margin.
|
||||
* This is called when the temperature is set. (M104, M109)
|
||||
*/
|
||||
void Temperature::start_watching_heater(uint8_t e) {
|
||||
void Temperature::start_watching_heater(const uint8_t e) {
|
||||
#if HOTENDS == 1
|
||||
UNUSED(e);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue