From 4554a5ba9e4fff2fffb6c7a0b13feb6af7e1e185 Mon Sep 17 00:00:00 2001 From: wir3z Date: Wed, 22 Dec 2021 09:53:06 -0700 Subject: [PATCH] Revert "Added back missing external." This reverts commit b8e9d9401e6d3da4e3e5ee19d29494f3d1620199. --- lib/default/TasmotaSerial-3.3.0/src/TasmotaSerial.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/default/TasmotaSerial-3.3.0/src/TasmotaSerial.h b/lib/default/TasmotaSerial-3.3.0/src/TasmotaSerial.h index c4795a608..3a90626fe 100644 --- a/lib/default/TasmotaSerial-3.3.0/src/TasmotaSerial.h +++ b/lib/default/TasmotaSerial-3.3.0/src/TasmotaSerial.h @@ -35,7 +35,6 @@ #include #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);