configs/stm32f746g-disco: Remove inclusion of STm32-specifiy header files from board.h

This commit is contained in:
Gregory Nutt 2017-08-02 17:34:29 -06:00
parent e0fd3a2d11
commit d5e7ebed02

View File

@ -46,11 +46,6 @@
# include <stdint.h>
#endif
#include "stm32_rcc.h"
#ifdef CONFIG_STM32F7_SDMMC1
# include "stm32_sdmmc.h"
#endif
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/