lorawan/nvm: do not call settings_save() after writing individual settings
The lorawan subsystem do not use settings handler, and instead uses individual calls to settings_save_one(). With this strategy there is no need to call settings_save() at the end. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
e94fe44805
commit
ea995f6378
1 changed files with 0 additions and 2 deletions
|
|
@ -77,8 +77,6 @@ static void lorawan_nvm_save_settings(uint16_t nvm_notify_flag)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
settings_save();
|
||||
}
|
||||
|
||||
void lorawan_nvm_data_mgmt_event(uint16_t flags)
|
||||
|
|
|
|||
Loading…
Reference in a new issue