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 <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2020-04-30 12:06:51 -05:00 committed by Maureen Helm
commit 009ca36bb7

View file

@ -11,7 +11,7 @@
#include <driverlib/cpu.h>
#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