🔨 Prevent build attribute define conflicts
This commit is contained in:
@@ -716,7 +716,7 @@ class Temperature {
|
||||
/**
|
||||
* Call periodically to manage heaters
|
||||
*/
|
||||
static void manage_heater() _O2; // Added _O2 to work around a compiler error
|
||||
static void manage_heater() __O2; // __O2 added to work around a compiler error
|
||||
|
||||
/**
|
||||
* Preheating hotends
|
||||
|
||||
Reference in New Issue
Block a user