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 6592e85 commit 423c4fbCopy full SHA for 423c4fb
features/storage/TESTS/kvstore/direct_access_devicekey_test/main.cpp
@@ -15,6 +15,10 @@
15
* limitations under the License.
16
*/
17
18
+#ifndef COMPONENT_FLASHIAP
19
+#error [NOT_SUPPORTED] Target must have internal FlashIAP for this test
20
+#endif
21
+
22
#include "mbed.h"
23
#include <stdio.h>
24
#include <string.h>
@@ -31,11 +35,6 @@
31
35
#include "utest.h"
32
36
#include <stdlib.h>
33
37
34
-#ifndef DEVICE_FLASH
-#error [NOT_SUPPORTED] Target must have internal FlashIAP for this test
-#endif
-
38
39
using namespace utest::v1;
40
using namespace mbed;
41
0 commit comments