UI: Move ui_*.c files to ui subfolder

This commit is contained in:
Federico Amedeo Izzo 2021-01-10 09:04:53 +01:00
parent e23b9bcea6
commit 571adfaabf
4 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@ project('OpenRTX', 'c',
openrtx_src = ['openrtx/src/bootstrap.c',
'openrtx/src/state.c',
'openrtx/src/ui.c',
'openrtx/src/ui_main.c',
'openrtx/src/ui_menu.c',
'openrtx/src/ui/ui.c',
'openrtx/src/ui/ui_main.c',
'openrtx/src/ui/ui_menu.c',
'openrtx/src/threads.c',
'openrtx/src/battery.c',
'openrtx/src/graphics.c',