Renamed Components/ to components/

This commit is contained in:
Avamander 2020-10-02 21:44:27 +03:00
parent 455d8319e4
commit 40a643d203
35 changed files with 31 additions and 31 deletions

View File

@ -349,22 +349,22 @@ list(APPEND SOURCE_FILES
drivers/Watchdog.cpp drivers/Watchdog.cpp
drivers/DebugPins.cpp drivers/DebugPins.cpp
drivers/InternalFlash.cpp drivers/InternalFlash.cpp
Components/Battery/BatteryController.cpp components/Battery/BatteryController.cpp
Components/Ble/BleController.cpp components/Ble/BleController.cpp
Components/Ble/NotificationManager.cpp components/Ble/NotificationManager.cpp
Components/DateTime/DateTimeController.cpp components/DateTime/DateTimeController.cpp
Components/Brightness/BrightnessController.cpp components/Brightness/BrightnessController.cpp
Components/Ble/NimbleController.cpp components/Ble/NimbleController.cpp
Components/Ble/DeviceInformationService.cpp components/Ble/DeviceInformationService.cpp
Components/Ble/CurrentTimeClient.cpp components/Ble/CurrentTimeClient.cpp
Components/Ble/AlertNotificationClient.cpp components/Ble/AlertNotificationClient.cpp
Components/Ble/DfuService.cpp components/Ble/DfuService.cpp
Components/Ble/CurrentTimeService.cpp components/Ble/CurrentTimeService.cpp
Components/Ble/AlertNotificationService.cpp components/Ble/AlertNotificationService.cpp
Components/Ble/MusicService.cpp components/Ble/MusicService.cpp
Components/Ble/BatteryInformationService.cpp components/Ble/BatteryInformationService.cpp
Components/Ble/ImmediateAlertService.cpp components/Ble/ImmediateAlertService.cpp
Components/FirmwareValidator/FirmwareValidator.cpp components/FirmwareValidator/FirmwareValidator.cpp
drivers/Cst816s.cpp drivers/Cst816s.cpp
FreeRTOS/port.c FreeRTOS/port.c
FreeRTOS/port_cmsis_systick.c FreeRTOS/port_cmsis_systick.c
@ -389,9 +389,9 @@ list(APPEND GRAPHICS_SOURCE_FILES
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
Components/Brightness/BrightnessController.cpp components/Brightness/BrightnessController.cpp
graphics.cpp graphics.cpp
) )
@ -426,19 +426,19 @@ set(INCLUDE_FILES
drivers/Watchdog.h drivers/Watchdog.h
drivers/DebugPins.h drivers/DebugPins.h
drivers/InternalFlash.h drivers/InternalFlash.h
Components/Battery/BatteryController.h components/Battery/BatteryController.h
Components/Ble/BleController.h components/Ble/BleController.h
Components/Ble/NotificationManager.h components/Ble/NotificationManager.h
Components/DateTime/DateTimeController.h components/DateTime/DateTimeController.h
Components/Brightness/BrightnessController.h components/Brightness/BrightnessController.h
Components/Ble/NimbleController.h components/Ble/NimbleController.h
Components/Ble/DeviceInformationService.h components/Ble/DeviceInformationService.h
Components/Ble/CurrentTimeClient.h components/Ble/CurrentTimeClient.h
Components/Ble/AlertNotificationClient.h components/Ble/AlertNotificationClient.h
Components/Ble/DfuService.h components/Ble/DfuService.h
Components/FirmwareValidator/FirmwareValidator.h components/FirmwareValidator/FirmwareValidator.h
Components/Ble/BatteryInformationService.h components/Ble/BatteryInformationService.h
Components/Ble/ImmediateAlertService.h components/Ble/ImmediateAlertService.h
drivers/Cst816s.h drivers/Cst816s.h
FreeRTOS/portmacro.h FreeRTOS/portmacro.h
FreeRTOS/portmacro_cmsis.h FreeRTOS/portmacro_cmsis.h