whitespace

This commit is contained in:
Scott Lahteine
2020-05-22 02:02:03 -05:00
parent f7346b6ee1
commit 31eb487da5
6 changed files with 8 additions and 9 deletions

View File

@@ -2075,7 +2075,7 @@ void Temperature::disable_all_heaters() {
// Needed to return the correct temp when this is called too soon
static uint16_t max6675_temp_previous[COUNT_6675] = { 0 };
#endif
static uint8_t max6675_errors[COUNT_6675] = { 0 };
#define MAX6675_HEAT_INTERVAL 250UL