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
|
@ -859,7 +859,7 @@ static void flash_stm32_qspi_irq_config_func(const struct device *dev);
|
|||
|
||||
#define STM32_QSPI_NODE DT_INST_PARENT(0)
|
||||
|
||||
PINCTRL_DT_DEFINE(STM32_QSPI_NODE)
|
||||
PINCTRL_DT_DEFINE(STM32_QSPI_NODE);
|
||||
|
||||
static const struct flash_stm32_qspi_config flash_stm32_qspi_cfg = {
|
||||
.regs = (QUADSPI_TypeDef *)DT_REG_ADDR(STM32_QSPI_NODE),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue