STM32 F7: Temporary build workarounds for missing header files

This commit is contained in:
Gregory Nutt 2015-07-17 13:51:11 -06:00
parent 869daffefa
commit 8b294b5a8b

View File

@ -47,8 +47,9 @@
#endif
#include "stm32_rcc.h"
#include "stm32_sdio.h"
#include "stm32.h"
#ifdef CONFIG_STM32F7_SDMMC1
# include "stm32_sdmmc.h"
#endif
/************************************************************************************
* Pre-processor Definitions