mirror of
https://github.com/apache/nuttx.git
synced 2026-08-28 04:40:41 +00:00
STM32 F7: Temporary build workarounds for missing header files
This commit is contained in:
parent
869daffefa
commit
8b294b5a8b
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue