mirror of
https://github.com/lvgl/lvgl.git
synced 2026-09-26 01:21:09 +08:00
fix(nuttx): fix build break (#5440)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
co-authored by
pengyiqiang
parent
cfb49e9d05
commit
7cacfa378f
@@ -10,7 +10,7 @@
|
||||
#include "lv_nuttx_profiler.h"
|
||||
#include "../../../lvgl.h"
|
||||
|
||||
#if LV_USE_PROFILER && LV_USE_PROFILER_BUILTIN
|
||||
#if LV_USE_NUTTX && LV_USE_PROFILER && LV_USE_PROFILER_BUILTIN
|
||||
|
||||
#include <nuttx/arch.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user