From 014a953c4ab644f600e4507354f2ef603bb50f46 Mon Sep 17 00:00:00 2001 From: Patrice Chotard Date: Wed, 15 Nov 2017 13:14:53 +0100 Subject: stm32: migrate clock structs in include/stm32_rcc.h In order to factorize code between STM32F4 and STM32F7 migrate all structs related to RCC clocks in include/stm32_rcc.h Signed-off-by: Patrice Chotard Reviewed-by: Vikas Manocha --- board/st/stm32f429-discovery/stm32f429-discovery.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board/st') diff --git a/board/st/stm32f429-discovery/stm32f429-discovery.c b/board/st/stm32f429-discovery/stm32f429-discovery.c index d6763c306f8..6f19a0563d0 100644 --- a/board/st/stm32f429-discovery/stm32f429-discovery.c +++ b/board/st/stm32f429-discovery/stm32f429-discovery.c @@ -13,6 +13,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3