Followup to serial rework

As mentioned in #13370
This commit is contained in:
Scott Lahteine 2019-03-11 16:45:10 -05:00
parent 013bb469ca
commit 0375e92847

View File

@ -2914,9 +2914,6 @@ void Temperature::isr() {
#if ENABLED(SHOW_TEMP_ADC_VALUES)
, rawChamberTemp()
#endif
#if NUM_SERIAL > 1
, port
#endif
, -2 // CHAMBER
);
#else
@ -2924,9 +2921,6 @@ void Temperature::isr() {
#if ENABLED(SHOW_TEMP_ADC_VALUES)
, rawChamberTemp()
#endif
#if NUM_SERIAL > 1
, port
#endif
, -2 // CHAMBER
);
#endif // HAS_HEATED_CHAMBER