Treat temperature as integer, when possible
This commit is contained in:
parent
1b2c7ec20a
commit
2658cc707a
6 changed files with 89 additions and 91 deletions
|
|
@ -361,7 +361,7 @@ int16_t code_value_temp_diff();
|
|||
#endif
|
||||
|
||||
#if FAN_COUNT > 0
|
||||
extern int fanSpeeds[FAN_COUNT];
|
||||
extern int16_t fanSpeeds[FAN_COUNT];
|
||||
#endif
|
||||
|
||||
#if ENABLED(BARICUDA)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue