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:
Aurelien Jarno 2024-04-29 22:41:27 +02:00 committed by Fabio Baltieri
parent e94fe44805
commit ea995f6378

View file

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