Skip to content

Commit 96cbfb8

Browse files
authored
removing unsed Case test
1 parent ee0251a commit 96cbfb8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cores/esp32/HardwareSerial.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,6 @@ void HardwareSerial::begin(unsigned long baud, uint32_t config, int8_t rxPin, in
365365
}
366366
break;
367367
#endif
368-
default:
369-
log_e("Bad UART Number");
370-
HSERIAL_MUTEX_UNLOCK();
371-
return;
372368
}
373369
}
374370

0 commit comments

Comments
 (0)