mirror of
https://github.com/apache/nuttx.git
synced 2026-09-07 17:36:38 +00:00
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
1 changed files with 1 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue