pinctrl: require ; after PINCTRL_DT_(INST_)DEFINE macros
The PINCTRL_DT_(INST_)DEFINE macros already defined the trailing ;, making its usage inconsistent with other macros such as DEVICE_DT_DEFINE. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
7803a4e590
commit
5dc6ed3ce3
21 changed files with 24 additions and 24 deletions
|
@ -1983,7 +1983,7 @@ static int uarte_nrfx_pm_action(const struct device *dev,
|
|||
#define UART_NRF_UARTE_DEVICE(idx) \
|
||||
UARTE_INT_DRIVEN(idx); \
|
||||
UARTE_ASYNC(idx); \
|
||||
IF_ENABLED(CONFIG_PINCTRL, (PINCTRL_DT_DEFINE(UARTE(idx)))) \
|
||||
IF_ENABLED(CONFIG_PINCTRL, (PINCTRL_DT_DEFINE(UARTE(idx));)) \
|
||||
static struct uarte_nrfx_data uarte_##idx##_data = { \
|
||||
UARTE_CONFIG(idx), \
|
||||
IF_ENABLED(CONFIG_UART_##idx##_ASYNC, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue