Use uint8_t for all fan speeds (#12032)
This commit is contained in:
@@ -52,7 +52,7 @@ typedef struct {
|
||||
#endif
|
||||
|
||||
#if FAN_COUNT
|
||||
int16_t fanSpeeds[FAN_COUNT];
|
||||
uint8_t fan_speed[FAN_COUNT];
|
||||
#endif
|
||||
|
||||
#if HAS_LEVELING
|
||||
|
||||
Reference in New Issue
Block a user