stm32h7: enable quadspi includes
Fixes: fcb030cc883ca14 which left off the include header.
This commit is contained in:
@@ -22,6 +22,8 @@
|
|||||||
|
|
||||||
#if defined(STM32F4)
|
#if defined(STM32F4)
|
||||||
# include <libopencm3/stm32/f4/quadspi.h>
|
# include <libopencm3/stm32/f4/quadspi.h>
|
||||||
|
#elif defined(STM32H7)
|
||||||
|
# include <libopencm3/stm32/h7/quadspi.h>
|
||||||
#else
|
#else
|
||||||
# error "quadspi.h not available for this family."
|
# error "quadspi.h not available for this family."
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user