mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
testing/mm/cachetest/cachetest_main.c: fix compilation error
fix compilation error: cachetest_main.c: In function ‘cachetest_main’: cachetest_main.c:240:7: error: implicit declaration of function ‘up_flush_dcache’ [-Wimplicit-function-declaration] 240 | up_flush_dcache((uintptr_t)info.waddr, (uintptr_t)info.waddr + Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
parent
1f1240a0f4
commit
0a906edd81
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,8 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include <nuttx/cache.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <syslog.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue