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 cd78f40 commit 05aee1bCopy full SHA for 05aee1b
tests/drivers/flash/common/src/main.c
@@ -32,7 +32,9 @@
32
#elif defined(TEST_AREA_DEV_NODE)
33
34
#define TEST_AREA_DEVICE DEVICE_DT_GET(TEST_AREA_DEV_NODE)
35
+#ifndef TEST_AREA_OFFSET
36
#define TEST_AREA_OFFSET 0xff000
37
+#endif
38
39
#if DT_NODE_HAS_PROP(TEST_AREA_DEV_NODE, size_in_bytes)
40
#define TEST_AREA_MAX DT_PROP(TEST_AREA_DEV_NODE, size_in_bytes)
0 commit comments