Moving DirectAccessDevicekey.h and DirectAccessDevicekey.cpp to direct_access_devicekey sub folder For TFM support

pull/9507/head
Yossi Levy 2019-01-13 14:31:07 +02:00 committed by adbridge
parent 8eb1c01d51
commit f0d828ce13
3 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
#include "mbed_wait_api.h" #include "mbed_wait_api.h"
#include "MbedCRC.h" #include "MbedCRC.h"
//Bypass the check of NVStore co existance if compiled for TARGET_TFM //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" #include "SystemStorage.h"
#endif #endif
@ -994,7 +994,7 @@ int TDBStore::init()
} }
//Bypass the check of NVStore co existance if compiled for TARGET_TFM //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. //Check if we are on internal memory && try to set the internal memory for TDBStore use.
if (strcmp(_bd->get_type(), "FLASHIAP") == 0 && if (strcmp(_bd->get_type(), "FLASHIAP") == 0 &&