From 009ca36bb75d68dfc6fc2e5f668b01bc7e75ac8a Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 30 Apr 2020 12:06:51 -0500 Subject: [PATCH] samples: cc13x2_cc26x2: system_off: Convert to use new dts macros Convert DT_TI_CC13XX_CC26XX_GPIO_40022000_LABEL to DT_LABEL(DT_NODELABEL(gpio0)) Signed-off-by: Kumar Gala --- samples/boards/ti/cc13x2_cc26x2/system_off/src/ext_flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/boards/ti/cc13x2_cc26x2/system_off/src/ext_flash.c b/samples/boards/ti/cc13x2_cc26x2/system_off/src/ext_flash.c index c212fe89c00..a6848e975d6 100644 --- a/samples/boards/ti/cc13x2_cc26x2/system_off/src/ext_flash.c +++ b/samples/boards/ti/cc13x2_cc26x2/system_off/src/ext_flash.c @@ -11,7 +11,7 @@ #include -#define GPIO_PORT DT_TI_CC13XX_CC26XX_GPIO_40022000_LABEL +#define GPIO_PORT DT_LABEL(DT_NODELABEL(gpio0)) #define DIO8_PIN 8 #define DIO9_PIN 9 #define DIO10_PIN 10