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.
2 parents e2f4e60 + 375bbc8 commit def1930Copy full SHA for def1930
source/main.cpp
@@ -55,7 +55,7 @@ extern ARM_UC_PAAL_UPDATE MBED_CLOUD_CLIENT_UPDATE_STORAGE;
55
#error Update client storage must be defined in user configuration file
56
#endif
57
58
-#if MBED_CLOUD_CLIENT_UPDATE_STORAGE == ARM_UCP_FLASHIAP_BLOCKDEVICE
+#if defined(ARM_UC_USE_PAL_BLOCKDEVICE) && (ARM_UC_USE_PAL_BLOCKDEVICE==1)
59
#include "SDBlockDevice.h"
60
61
/* initialise sd card blockdevice */
0 commit comments