Skip to content

Commit ffe224c

Browse files
committed
config_zhip: remove _CONCAT macro that broke non Chrome SDK builds
1 parent 66e7a26 commit ffe224c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zephyr/shim/include/config_chip.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ extern "C" {
574574

575575
#if DT_HAS_CHOSEN(zephyr_flash)
576576
#define CONFIG_PROGRAM_MEMORY_BASE \
577-
_CONCAT(DT_REG_ADDR(DT_CHOSEN(zephyr_flash)), U)
577+
DT_REG_ADDR(DT_CHOSEN(zephyr_flash))
578578
#else
579579
#error "A zephyr,flash device must be chosen in the device tree"
580580
#endif

0 commit comments

Comments
 (0)