1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

fix(nuttx): fix build break (#6732)

Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
This commit is contained in:
Neo Xu 2024-08-26 10:13:40 +08:00 committed by GitHub
parent 03c3d552f0
commit 5a004a4db3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,7 @@
#include <pthread.h>
#include "lv_nuttx_cache.h"
#include "lv_nuttx_image_cache.h"
#include "../../core/lv_global.h"
#include "lv_nuttx_profiler.h"
#include "../../../lvgl.h"

View File

@ -8,11 +8,12 @@
*********************/
#include "lv_nuttx_image_cache.h"
#include "../../core/lv_global.h"
#include "../../../lvgl.h"
#if LV_USE_NUTTX
#include "../../lv_draw_buf_private.h"
#include "../../draw/lv_draw_buf_private.h"
#include <nuttx/mm/mm.h>
/*********************