Skip to content

Commit

Permalink
stm32: quadspi: Add missing bracket at line 51.
Browse files Browse the repository at this point in the history
Fixes: libopencm3#1534
Reviewed-by: Karl Palsson <[email protected]>
  • Loading branch information
RomanBuchert authored and karlp committed Mar 25, 2024
1 parent ec5aeba commit bb4c5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/libopencm3/stm32/common/quadspi_common_v1.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#define QUADSPI_PIR MMIO32(QUADSPI_BASE + 0x2CU)

/** QUADSPI low power timeout */
#define QUADSPI_LPTR MMIO32(QUADSPI_BASE + 0x30U
#define QUADSPI_LPTR MMIO32(QUADSPI_BASE + 0x30U)
/**@}*/

#define QUADSPI_CR_PRESCALE_MASK 0xff
Expand Down

0 comments on commit bb4c5d7

Please sign in to comment.