mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 16:11:56 +08:00
include/nuttx/cache.h: Fix a copy-paste error.
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
cd0a23e50e
commit
432f8b1e8d
@@ -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
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user