stm32h7: enable quadspi includes

Fixes: fcb030cc883ca14 which left off the include header.
This commit is contained in:
Karl Palsson 2021-01-29 11:42:00 +00:00
parent c02ccfe47e
commit 2daef7c3ec
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@
#if defined(STM32F4)
# include <libopencm3/stm32/f4/quadspi.h>
#elif defined(STM32H7)
# include <libopencm3/stm32/h7/quadspi.h>
#else
# error "quadspi.h not available for this family."
#endif