Revert "Added back missing external."

This reverts commit b8e9d9401e.
This commit is contained in:
wir3z 2021-12-22 09:53:06 -07:00
parent b8e9d9401e
commit 4554a5ba9e
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@
#include <HardwareSerial.h>
#endif
extern uint32_t ConvertSerialConfig(uint8_t serial_config);
class TasmotaSerial : public Stream {
public:
TasmotaSerial(int receive_pin, int transmit_pin, int hardware_fallback = 0, int nwmode = 0, int buffer_size = TM_SERIAL_BUFFER_SIZE);