🚨 Fix some compiler warnings
This commit is contained in:
committed by
Scott Lahteine
parent
f7bea2846f
commit
494a2fc80c
@@ -995,7 +995,7 @@ class Temperature {
|
||||
#endif // HEATER_IDLE_HANDLER
|
||||
|
||||
#if HAS_TEMP_SENSOR
|
||||
static void print_heater_states(const uint8_t target_extruder
|
||||
static void print_heater_states(const int8_t target_extruder
|
||||
OPTARG(HAS_TEMP_REDUNDANT, const bool include_r=false)
|
||||
);
|
||||
#if ENABLED(AUTO_REPORT_TEMPERATURES)
|
||||
|
||||
Reference in New Issue
Block a user