From 5602248097db6ebb008c71be2c1b0c543ba7baaf Mon Sep 17 00:00:00 2001 From: Mateusz Szafoni Date: Thu, 25 Apr 2019 07:09:19 -0600 Subject: [PATCH] arch/arm/src/stm32h7/stm32_start.c: Inclusion of nvic.h should not be conditioned on CONFIG_ARCH_FPU. --- arch/arm/src/stm32h7/stm32_start.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/arch/arm/src/stm32h7/stm32_start.c b/arch/arm/src/stm32h7/stm32_start.c index 6b92bec6fc5..6a2f392b7a5 100644 --- a/arch/arm/src/stm32h7/stm32_start.c +++ b/arch/arm/src/stm32h7/stm32_start.c @@ -50,10 +50,7 @@ #include "up_arch.h" #include "up_internal.h" #include "barriers.h" - -#ifdef CONFIG_ARCH_FPU -# include "nvic.h" -#endif +#include "nvic.h" #include "stm32_rcc.h" #include "stm32_userspace.h"