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 0af66ad commit b4aea5aCopy full SHA for b4aea5a
include/zephyr/storage/flash_map.h
@@ -258,7 +258,7 @@ uint8_t flash_area_erased_val(const struct flash_area *fa);
258
DT_HAS_FIXED_PARTITION_LABEL(label)
259
260
#define FLASH_AREA_LABEL_STR(lbl) \
261
- DT_PROP(DT_NODE_BY_FIXED_PARTITION_LABEL(lbl), label)
+ DT_LABEL(DT_NODE_BY_FIXED_PARTITION_LABEL(lbl))
262
263
#define FLASH_AREA_ID(label) \
264
DT_FIXED_PARTITION_ID(DT_NODE_BY_FIXED_PARTITION_LABEL(label))
0 commit comments