Browse Source

spracing_h7extreme:qspi Fix style issues

sbg
David Sidrane 5 years ago committed by Daniel Agar
parent
commit
d437379142
  1. 8
      boards/spracing/h7extreme/src/qspi.c

8
boards/spracing/h7extreme/src/qspi.c

@ -377,12 +377,12 @@ static const struct qspi_ops_s g_qspi0ops = { .lock = qspi_lock, .setfrequency =
static struct stm32h7_qspidev_s g_qspi0dev = { .qspi = { .ops = &g_qspi0ops, }, static struct stm32h7_qspidev_s g_qspi0dev = { .qspi = { .ops = &g_qspi0ops, },
.base = STM32_QUADSPI_BASE, .base = STM32_QUADSPI_BASE,
#ifdef CONFIG_STM32H7_QSPI_INTERRUPTS #ifdef CONFIG_STM32H7_QSPI_INTERRUPTS
handler = qspi0_interrupt, handler = qspi0_interrupt,
.irq = STM32_IRQ_QUADSPI, .irq = STM32_IRQ_QUADSPI,
#endif #endif
.intf = 0, .intf = 0,
#ifdef CONFIG_STM32H7_QSPI_DMA #ifdef CONFIG_STM32H7_QSPI_DMA
.candma = true, .candma = true,
#endif #endif
}; };

Loading…
Cancel
Save