Fix compilation error

This commit is contained in:
Stephan Hadinger 2020-10-10 20:42:48 +02:00
parent 241843d384
commit 7c6c059270
1 changed files with 2 additions and 0 deletions

View File

@ -87,7 +87,9 @@ void ZigbeeInit(void)
if (Settings.zb_txradio_dbm < 0) {
Settings.zb_txradio_dbm = -Settings.zb_txradio_dbm;
#ifdef USE_ZIGBEE_EZSP
EZ_reset_config = true; // force reconfigure of EZSP
#endif
SettingsSave(2);
}
}