Patches to work around "register spill" compiler bug
This commit is contained in:
parent
be7dd90382
commit
6618346148
2 changed files with 15 additions and 1 deletions
|
|
@ -241,7 +241,8 @@ class Temperature {
|
|||
/**
|
||||
* Call periodically to manage heaters
|
||||
*/
|
||||
static void manage_heater();
|
||||
//static void manage_heater(); // changed to address compiler error
|
||||
static void manage_heater() __attribute__((__optimize__("O2")));
|
||||
|
||||
/**
|
||||
* Preheating hotends
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue