Commit 009ca36b authored by Kumar Gala's avatar Kumar Gala Committed by Maureen Helm
Browse files

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: default avatarKumar Gala <kumar.gala@linaro.org>
parent 45242422
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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