Fix a compile warning, etc. (#12955)

This commit is contained in:
Ludy
2019-01-20 01:47:29 +01:00
committed by Scott Lahteine
parent 424aa05cc2
commit acf266fe78
6 changed files with 9 additions and 12 deletions

View File

@ -346,7 +346,7 @@ class Temperature {
#if ENABLED(EXTRA_FAN_SPEED)
static uint8_t old_fan_speed[FAN_COUNT], new_fan_speed[FAN_COUNT];
static void set_temp_fan_speed(const uint8_t fan, const int16_t tmp_temp);
static void set_temp_fan_speed(const uint8_t fan, const uint16_t tmp_temp);
#endif
#if HAS_LCD_MENU