rename HardwareInterfaces folder to hardwaremodules

since it now contains an abstract
This commit is contained in:
Matthew Colvin 2023-08-13 22:27:05 -05:00 committed by MatthewColvin
parent ddccfa141d
commit 509d71cdaa
6 changed files with 2 additions and 2 deletions

View file

@ -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>