[efr32] fix compilation issues efr32*/flash.c (#5189)

This commit is contained in:
Bob MacDonald
2020-07-03 09:22:35 -07:00
committed by GitHub
parent 5f0e36eeb2
commit 2a05a4c5f2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -100,6 +100,7 @@ void otPlatFlashRead(otInstance *aInstance, uint8_t aSwapIndex, uint32_t aOffset
#else // Defaults to Silabs nvm3 system
#include "nvm3.h"
#include "nvm3_default.h"
#include <string.h>
#include <openthread/platform/settings.h>
@@ -330,7 +331,6 @@ static otError addSetting(uint16_t aKey, const uint8_t *aValue, uint16_t aValueL
}
}
exit:
return err;
}
+1 -1
View File
@@ -100,6 +100,7 @@ void otPlatFlashRead(otInstance *aInstance, uint8_t aSwapIndex, uint32_t aOffset
#else // Defaults to Silabs nvm3 system
#include "nvm3.h"
#include "nvm3_default.h"
#include <string.h>
#include <openthread/platform/settings.h>
@@ -330,7 +331,6 @@ static otError addSetting(uint16_t aKey, const uint8_t *aValue, uint16_t aValueL
}
}
exit:
return err;
}
+1 -1
View File
@@ -100,6 +100,7 @@ void otPlatFlashRead(otInstance *aInstance, uint8_t aSwapIndex, uint32_t aOffset
#else // Defaults to Silabs nvm3 system
#include "nvm3.h"
#include "nvm3_default.h"
#include <string.h>
#include <openthread/platform/settings.h>
@@ -330,7 +331,6 @@ static otError addSetting(uint16_t aKey, const uint8_t *aValue, uint16_t aValueL
}
}
exit:
return err;
}