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
+3 -2
View File
@@ -47,8 +47,9 @@
#endif #endif
#include "stm32_rcc.h" #include "stm32_rcc.h"
#include "stm32_sdio.h" #ifdef CONFIG_STM32F7_SDMMC1
#include "stm32.h" # include "stm32_sdmmc.h"
#endif
/************************************************************************************ /************************************************************************************
* Pre-processor Definitions * Pre-processor Definitions