Skip to content

Commit

Permalink
use inlines
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jan 4, 2023
1 parent 9134622 commit 1f6a715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/src/module/temperature.h
Original file line number Diff line number Diff line change
Expand Up @@ -931,8 +931,8 @@ class Temperature {
preheat_bed_end_time = 0;
}
#else
#define is_hotend_preheating(n) (false)
#define is_bed_preheating(n) (false)
static bool is_hotend_preheating(const uint8_t) { return false; }
static bool is_bed_preheating() { return false; }
#endif

//high level conversion routines, for use outside of temperature.cpp
Expand Down

0 comments on commit 1f6a715

Please sign in to comment.