UI: Move ui_*.c files to ui subfolder
This commit is contained in:
parent
e23b9bcea6
commit
571adfaabf
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue