find-lvgl-sources.sh: remove lvgl/src/extra
Cosmetic fix to avoid this error during build: find: ‘lvgl/src/extra’: No such file or directory
This commit is contained in:
parent
08a8399930
commit
05e2f4945e
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@
|
|||
find lv_drivers -name '*.c'
|
||||
find lvgl/src/core -name '*.c'
|
||||
find lvgl/src/draw -name '*.c'
|
||||
find lvgl/src/extra -name '*.c'
|
||||
find lvgl/src/font -name '*.c'
|
||||
find lvgl/src/hal -name '*.c'
|
||||
find lvgl/src/layouts -name '*.c'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue