Skip to content

Commit

Permalink
Refactor for NuttX
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Jun 5, 2023
1 parent d6dcf20 commit 4650bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 4650bc8

Please sign in to comment.