Skip to content

Commit

Permalink
fix(nuttx): fix build break (lvgl#6732)
Browse files Browse the repository at this point in the history
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
  • Loading branch information
XuNeo authored and Rod Boyce committed Nov 8, 2024
1 parent 6bdb37c commit be3e74e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/drivers/nuttx/lv_nuttx_entry.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion src/drivers/nuttx/lv_nuttx_image_cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

/*********************
Expand Down

0 comments on commit be3e74e

Please sign in to comment.