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:
parent
45242422c4
commit
009ca36bb7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue