include/nuttx/cache.h: Fix a copy-paste error.
This commit is contained in:
parent
cd0a23e50e
commit
432f8b1e8d
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ void up_disable_dcache(void);
|
|||
#ifdef CONFIG_ARCH_DCACHE
|
||||
void up_invalidate_dcache(uintptr_t start, uintptr_t end);
|
||||
#else
|
||||
# define up_disable_dcache(start, end)
|
||||
# define up_invalidate_dcache(start, end)
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue