rename HardwareInterfaces folder to hardwaremodules
since it now contains an abstract
This commit is contained in:
parent
ddccfa141d
commit
509d71cdaa
6 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ build_flags =
|
||||||
; ------------- Includes ------------------------------------
|
; ------------- Includes ------------------------------------
|
||||||
-I OmoteUI
|
-I OmoteUI
|
||||||
-I HAL
|
-I HAL
|
||||||
-I HAL/HardwareInterfaces
|
-I HAL/HardwareModules
|
||||||
|
|
||||||
lib_deps =
|
lib_deps =
|
||||||
lvgl/lvgl@^8.3.9
|
lvgl/lvgl@^8.3.9
|
||||||
|
@ -48,7 +48,7 @@ lib_archive = false
|
||||||
build_src_filter =
|
build_src_filter =
|
||||||
+<../OmoteUI/*>
|
+<../OmoteUI/*>
|
||||||
+<../HAL/HardwareAbstract.cpp>
|
+<../HAL/HardwareAbstract.cpp>
|
||||||
+<../HAL/HardwareInterfaces/DisplayAbstract.cpp>
|
+<../HAL/HardwareModules/DisplayAbstract.cpp>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue