mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 04:06:33 +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, },
|
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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user