From 7cacfa378ffa5ed9a924d248a7b0db95d5cf39b8 Mon Sep 17 00:00:00 2001 From: _VIFEXTech Date: Wed, 24 Jan 2024 19:46:22 +0800 Subject: [PATCH] fix(nuttx): fix build break (#5440) Signed-off-by: pengyiqiang Co-authored-by: pengyiqiang --- src/drivers/nuttx/lv_nuttx_profiler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/nuttx/lv_nuttx_profiler.c b/src/drivers/nuttx/lv_nuttx_profiler.c index 3139c98f71..a17c3a5663 100644 --- a/src/drivers/nuttx/lv_nuttx_profiler.c +++ b/src/drivers/nuttx/lv_nuttx_profiler.c @@ -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 #include