From 4650bc8eb5f4d23fae03d17e82b511682e288f3d Mon Sep 17 00:00:00 2001 From: Lee Lup Yuen Date: Mon, 5 Jun 2023 13:20:26 +0800 Subject: [PATCH] Refactor for NuttX --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 6280cb5..2eea12f 100755 --- a/build.sh +++ b/build.sh @@ -432,7 +432,7 @@ function build_feature_phone_nuttx { ## Copy the compiled Zig LVGL App to NuttX and overwrite `lv_demo_widgets.*.o` ## TODO: Change ".." to your NuttX Project Directory - cp lvgltest.o \ + cp feature-phone.o \ ../apps/graphics/lvgl/lvgl/demos/widgets/lv_demo_widgets.*.o }