We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849db51 commit 971e29bCopy full SHA for 971e29b
features/storage/kvstore/tdbstore/TDBStore.cpp
@@ -25,7 +25,7 @@
25
#include "mbed_wait_api.h"
26
#include "MbedCRC.h"
27
//Bypass the check of NVStore co existance if compiled for TARGET_TFM
28
-#if !(TARGET_BYPASS_NVSTORE_CHECK)
+#if !(BYPASS_NVSTORE_CHECK)
29
#include "SystemStorage.h"
30
#endif
31
@@ -994,7 +994,7 @@ int TDBStore::init()
994
}
995
996
997
998
999
//Check if we are on internal memory && try to set the internal memory for TDBStore use.
1000
if (strcmp(_bd->get_type(), "FLASHIAP") == 0 &&
0 commit comments