arch/arm/src/stm32h7/stm32_start.c: Inclusion of nvic.h should not be conditioned on CONFIG_ARCH_FPU.

This commit is contained in:
Mateusz Szafoni 2019-04-25 07:09:19 -06:00 committed by Gregory Nutt
parent e92af2c75e
commit 5602248097

View File

@ -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"