Skip to content

Commit

Permalink
Moving DirectAccessDevicekey.h and DirectAccessDevicekey.cpp to direc…
Browse files Browse the repository at this point in the history
…t_access_devicekey sub folder For TFM support
  • Loading branch information
Yossi Levy authored and Yossi Levy committed Jan 15, 2019
1 parent a05180a commit 849db51
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/storage/kvstore/tdbstore/TDBStore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "mbed_wait_api.h"
#include "MbedCRC.h"
//Bypass the check of NVStore co existance if compiled for TARGET_TFM
#if !(TARGET_TFM_BYPASS_NVSTORE_CHECK)
#if !(TARGET_BYPASS_NVSTORE_CHECK)
#include "SystemStorage.h"
#endif

Expand Down Expand Up @@ -994,7 +994,7 @@ int TDBStore::init()
}

//Bypass the check of NVStore co existance if compiled for TARGET_TFM
#if !(TARGET_TFM_BYPASS_NVSTORE_CHECK)
#if !(TARGET_BYPASS_NVSTORE_CHECK)

//Check if we are on internal memory && try to set the internal memory for TDBStore use.
if (strcmp(_bd->get_type(), "FLASHIAP") == 0 &&
Expand Down

0 comments on commit 849db51

Please sign in to comment.