arch/arm/src/stm32h7/stm32_start.c: Inclusion of nvic.h should not be conditioned on CONFIG_ARCH_FPU.
This commit is contained in:
parent
e92af2c75e
commit
5602248097
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user