mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 02:13:19 +00:00
arch/arm: Fix more errors resulting from universal cache interfaces. The old cache-specific head file also provided a sneak way to include other necessary header files. With the old cache.h removed, those files all fail to build.
This commit is contained in:
parent
aed32d35fa
commit
c8ffde6647
2 changed files with 2 additions and 4 deletions
|
|
@ -45,6 +45,7 @@
|
|||
#include <nuttx/config.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "up_arch.h"
|
||||
#include "barriers.h"
|
||||
|
||||
#include "chip/nrf52_ficr.h"
|
||||
|
|
|
|||
|
|
@ -49,12 +49,9 @@
|
|||
|
||||
#include "up_arch.h"
|
||||
#include "up_internal.h"
|
||||
#include "nvic.h"
|
||||
#include "barriers.h"
|
||||
|
||||
#ifdef CONFIG_ARCH_FPU
|
||||
# include "nvic.h"
|
||||
#endif
|
||||
|
||||
#include "stm32_rcc.h"
|
||||
#include "stm32_userspace.h"
|
||||
#include "stm32_lowputc.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue