diff --git a/examples/persistent-storage/KeyValueStorageTest.cpp b/examples/persistent-storage/KeyValueStorageTest.cpp index 2ccfabea57cbb4..9be95a2100bb31 100644 --- a/examples/persistent-storage/KeyValueStorageTest.cpp +++ b/examples/persistent-storage/KeyValueStorageTest.cpp @@ -36,7 +36,7 @@ using namespace chip::DeviceLayer::PersistedStorage; { \ char error_str[255]; \ chip::FormatCHIPError(error_str, sizeof(error_str), temp_test_result); \ - ChipLogError(NotSpecified, "%s: FAILED %ld [%s]", #test_result, temp_test_result, chip::ErrorStr(temp_test_result)); \ + ChipLogError(NotSpecified, "%s: FAILED %ld [%s]", #test_result, temp_test_result, chip::ErrorStr(temp_test_result)); \ } \ else \ { \ diff --git a/examples/persistent-storage/cc13x2x7_26x2x7/main.cpp b/examples/persistent-storage/cc13x2x7_26x2x7/main.cpp index 4d4020b939b61a..9a39bfa9f04e9c 100644 --- a/examples/persistent-storage/cc13x2x7_26x2x7/main.cpp +++ b/examples/persistent-storage/cc13x2x7_26x2x7/main.cpp @@ -21,8 +21,8 @@ #include -#include #include "KeyValueStorageTest.h" +#include #include #include diff --git a/src/platform/cc13x2_26x2/CC13X2_26X2Config.h b/src/platform/cc13x2_26x2/CC13X2_26X2Config.h index 9a727b983c9699..6a7058d46b50ac 100644 --- a/src/platform/cc13x2_26x2/CC13X2_26X2Config.h +++ b/src/platform/cc13x2_26x2/CC13X2_26X2Config.h @@ -70,7 +70,7 @@ class CC13X2_26X2Config static const Key kConfigKey_RegulatoryLocation; static const Key kConfigKey_CountryCode; static const Key kConfigKey_Breadcrumb; - static const Key kConfigKey_KVS_key; // special key for KVS system, key storage + static const Key kConfigKey_KVS_key; // special key for KVS system, key storage static const Key kConfigKey_KVS_value; // special key for KVS system, value storage static CHIP_ERROR Init(void);