mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 01:17:51 +08:00
spracing_h7extreme:qspi Fix style issues
This commit is contained in:
committed by
Daniel Agar
parent
59ba09d73c
commit
d437379142
@@ -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, },
|
||||
.base = STM32_QUADSPI_BASE,
|
||||
#ifdef CONFIG_STM32H7_QSPI_INTERRUPTS
|
||||
handler = qspi0_interrupt,
|
||||
.irq = STM32_IRQ_QUADSPI,
|
||||
handler = qspi0_interrupt,
|
||||
.irq = STM32_IRQ_QUADSPI,
|
||||
#endif
|
||||
.intf = 0,
|
||||
.intf = 0,
|
||||
#ifdef CONFIG_STM32H7_QSPI_DMA
|
||||
.candma = true,
|
||||
.candma = true,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user