Fix compilation for CC2530

This commit is contained in:
Stephan Hadinger 2020-11-25 15:21:18 +01:00
parent e79b1dd248
commit dd235e32d4
1 changed files with 2 additions and 0 deletions

View File

@ -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