mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
Eliminate a warning
This commit is contained in:
@@ -90,6 +90,7 @@ void up_coherent_dcache(uintptr_t addr, size_t len)
|
||||
|
||||
end = addr + len;
|
||||
arch_clean_dcache(addr, end);
|
||||
UNUSED(end);
|
||||
|
||||
/* Invalidate the entire I-Cache */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user