mirror of
https://github.com/espressif/openthread.git
synced 2026-07-31 16:17:47 +00:00
[settings] set sensitive keys in platform settings initialization (#7496)
This commit makes the core pass the sensitive keys to the platform settings initialization, so that the platform settings implementation can know which keys are sensitive keys during the initializing and do the migration when needed.
This commit is contained in:
@@ -330,7 +330,7 @@ OT_TOOL_WEAK void otPlatLog(otLogLevel, otLogRegion, const char *, ...)
|
||||
{
|
||||
}
|
||||
|
||||
OT_TOOL_WEAK void otPlatSettingsInit(otInstance *)
|
||||
OT_TOOL_WEAK void otPlatSettingsInit(otInstance *, const uint16_t *, uint16_t)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user