mirror of https://github.com/arendst/Tasmota.git
Fix compilation issue
This commit is contained in:
parent
88c14cb5b6
commit
e2087b9aea
|
@ -47,11 +47,6 @@ public:
|
|||
|
||||
EZSP_Serial_t EZSP_Serial;
|
||||
|
||||
#endif // USE_ZIGBEE_EZSP
|
||||
|
||||
#include <TasmotaSerial.h>
|
||||
TasmotaSerial *ZigbeeSerial = nullptr;
|
||||
|
||||
//
|
||||
// Blink Led Status
|
||||
//
|
||||
|
@ -71,6 +66,11 @@ bool Z_LedStatusSet(bool onoff) {
|
|||
return led_status_on;
|
||||
}
|
||||
|
||||
#endif // USE_ZIGBEE_EZSP
|
||||
|
||||
#include <TasmotaSerial.h>
|
||||
TasmotaSerial *ZigbeeSerial = nullptr;
|
||||
|
||||
/********************************************************************************************/
|
||||
//
|
||||
// Called at event loop, checks for incoming data from the CC2530
|
||||
|
|
Loading…
Reference in New Issue