STM32F0 Discovery: Remove inclusion of stm32_rcc.h in board.h

This commit is contained in:
Gregory Nutt
2017-04-14 08:53:24 -06:00
parent 2a7909aade
commit 2158c2d582
-2
View File
@@ -47,8 +47,6 @@
# include <stdint.h> # include <stdint.h>
#endif #endif
#include "stm32f0_rcc.h"
/************************************************************************************ /************************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
************************************************************************************/ ************************************************************************************/