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
|
@ -894,7 +894,7 @@ static const struct device *get_dev_from_tx_dma_channel(uint32_t dma_channel)
|
|||
\
|
||||
static void i2s_stm32_irq_config_func_##index(const struct device *dev);\
|
||||
\
|
||||
PINCTRL_DT_DEFINE(DT_NODELABEL(i2s##index)) \
|
||||
PINCTRL_DT_DEFINE(DT_NODELABEL(i2s##index)); \
|
||||
\
|
||||
static const struct i2s_stm32_cfg i2s_stm32_config_##index = { \
|
||||
.i2s = (SPI_TypeDef *) DT_REG_ADDR(DT_NODELABEL(i2s##index)), \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue