mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Merge pull request #9972 from s-hadinger/zb_fix_compilation
Fix compilation for CC2530
This commit is contained in:
commit
e4de99eda8
@ -245,6 +245,7 @@ void Z_SaveDataTimer(uint16_t shortaddr, uint16_t groupaddr, uint16_t cluster, u
|
|||||||
Z_Set_Save_Data_Timer_EEPROM(0); // set a new timer
|
Z_Set_Save_Data_Timer_EEPROM(0); // set a new timer
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef USE_ZIGBEE_EZSP
|
||||||
/*********************************************************************************************\
|
/*********************************************************************************************\
|
||||||
* Write Devices in EEPROM
|
* Write Devices in EEPROM
|
||||||
\*********************************************************************************************/
|
\*********************************************************************************************/
|
||||||
@ -313,5 +314,6 @@ bool loadZigbeeDevicesFromEEPROM(void) {
|
|||||||
zigbee_devices.clean(); // don't write back to Flash what we just loaded
|
zigbee_devices.clean(); // don't write back to Flash what we just loaded
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
#endif // USE_ZIGBEE_EZSP
|
||||||
|
|
||||||
#endif // USE_ZIGBEE
|
#endif // USE_ZIGBEE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user