stm32: quadspi: Add missing bracket at line 51.
Fixes: https://github.com/libopencm3/libopencm3/issues/1534 Reviewed-by: Karl Palsson <karlp@tweak.au>
This commit is contained in:
committed by
Karl Palsson
parent
ec5aeba354
commit
bb4c5d7324
@@ -48,7 +48,7 @@
|
|||||||
#define QUADSPI_PIR MMIO32(QUADSPI_BASE + 0x2CU)
|
#define QUADSPI_PIR MMIO32(QUADSPI_BASE + 0x2CU)
|
||||||
|
|
||||||
/** QUADSPI low power timeout */
|
/** QUADSPI low power timeout */
|
||||||
#define QUADSPI_LPTR MMIO32(QUADSPI_BASE + 0x30U
|
#define QUADSPI_LPTR MMIO32(QUADSPI_BASE + 0x30U)
|
||||||
/**@}*/
|
/**@}*/
|
||||||
|
|
||||||
#define QUADSPI_CR_PRESCALE_MASK 0xff
|
#define QUADSPI_CR_PRESCALE_MASK 0xff
|
||||||
|
|||||||
Reference in New Issue
Block a user