Replace 'const float &' with 'const_float_t' (#21505)
This commit is contained in:
@@ -199,7 +199,7 @@ class PrintJobRecovery {
|
||||
static void write();
|
||||
|
||||
#if ENABLED(BACKUP_POWER_SUPPLY)
|
||||
static void retract_and_lift(const float &zraise);
|
||||
static void retract_and_lift(const_float_t zraise);
|
||||
#endif
|
||||
|
||||
#if PIN_EXISTS(POWER_LOSS)
|
||||
|
||||
Reference in New Issue
Block a user