Renamed Logging/ to logging/
This commit is contained in:
parent
e25c4edbcf
commit
30c261028e
|
@ -322,7 +322,7 @@ list(APPEND IMAGE_FILES
|
||||||
)
|
)
|
||||||
|
|
||||||
list(APPEND SOURCE_FILES
|
list(APPEND SOURCE_FILES
|
||||||
Logging/NrfLogger.cpp
|
logging/NrfLogger.cpp
|
||||||
DisplayApp/DisplayApp.cpp
|
DisplayApp/DisplayApp.cpp
|
||||||
DisplayApp/Screens/Screen.cpp
|
DisplayApp/Screens/Screen.cpp
|
||||||
DisplayApp/Screens/Clock.cpp
|
DisplayApp/Screens/Clock.cpp
|
||||||
|
@ -387,7 +387,7 @@ list(APPEND GRAPHICS_SOURCE_FILES
|
||||||
drivers/SpiNorFlash.cpp
|
drivers/SpiNorFlash.cpp
|
||||||
drivers/SpiMaster.cpp
|
drivers/SpiMaster.cpp
|
||||||
drivers/Spi.cpp
|
drivers/Spi.cpp
|
||||||
Logging/NrfLogger.cpp
|
logging/NrfLogger.cpp
|
||||||
|
|
||||||
components/Gfx/Gfx.cpp
|
components/Gfx/Gfx.cpp
|
||||||
drivers/St7789.cpp
|
drivers/St7789.cpp
|
||||||
|
@ -397,8 +397,8 @@ list(APPEND GRAPHICS_SOURCE_FILES
|
||||||
)
|
)
|
||||||
|
|
||||||
set(INCLUDE_FILES
|
set(INCLUDE_FILES
|
||||||
Logging/Logger.h
|
logging/Logger.h
|
||||||
Logging/NrfLogger.h
|
logging/NrfLogger.h
|
||||||
DisplayApp/DisplayApp.h
|
DisplayApp/DisplayApp.h
|
||||||
DisplayApp/TouchEvents.h
|
DisplayApp/TouchEvents.h
|
||||||
DisplayApp/Screens/Screen.h
|
DisplayApp/Screens/Screen.h
|
||||||
|
|
Loading…
Reference in a new issue