mirror of
https://github.com/espressif/openthread.git
synced 2026-08-23 18:59:51 +00:00
[examples] add stub for otPlatSettingsDeinit to settings_ram.c (#4378)
This commit is contained in:
@@ -63,6 +63,11 @@ void otPlatSettingsInit(otInstance *aInstance)
|
||||
sSettingsBufLength = 0;
|
||||
}
|
||||
|
||||
void otPlatSettingsDeinit(otInstance *aInstance)
|
||||
{
|
||||
OT_UNUSED_VARIABLE(aInstance);
|
||||
}
|
||||
|
||||
otError otPlatSettingsGet(otInstance *aInstance, uint16_t aKey, int aIndex, uint8_t *aValue, uint16_t *aValueLength)
|
||||
{
|
||||
OT_UNUSED_VARIABLE(aInstance);
|
||||
|
||||
Reference in New Issue
Block a user