🔨 Prevent build attribute define conflicts

This commit is contained in:
Scott Lahteine
2022-05-05 18:55:43 -05:00
parent a5b57a09fd
commit 659b4172aa
7 changed files with 26 additions and 26 deletions

View File

@@ -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