Treat temperature as integer, when possible

This commit is contained in:
Scott Lahteine
2017-05-03 17:12:14 -05:00
parent 1b2c7ec20a
commit 2658cc707a
6 changed files with 89 additions and 91 deletions

View File

@ -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)