Fix compilation error in H7 HAL library when enabling QSPI.

This commit is contained in:
Dominic Clifton 2018-11-26 16:43:27 +01:00 committed by jflyper
parent 99ea236bc2
commit a545abc511
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@
/* Includes ------------------------------------------------------------------*/ /* Includes ------------------------------------------------------------------*/
#include "stm32h7xx_hal_def.h" #include "stm32h7xx_hal_def.h"
#include "stm32h7xx_hal_mdma.h" #include "stm32h7xx_hal_mdma.h"
#include "stm32h7xx_ll_delayblock.h"
/** @addtogroup STM32H7xx_HAL_Driver /** @addtogroup STM32H7xx_HAL_Driver
* @{ * @{