add motorcontroller to cmake
This commit is contained in:
parent
fbb77baa3b
commit
ce6c5d3bd3
|
@ -376,6 +376,7 @@ list(APPEND SOURCE_FILES
|
|||
components/ble/ImmediateAlertService.cpp
|
||||
components/ble/ServiceDiscovery.cpp
|
||||
components/firmwarevalidator/FirmwareValidator.cpp
|
||||
components/motor/MotorController.cpp
|
||||
drivers/Cst816s.cpp
|
||||
FreeRTOS/port.c
|
||||
FreeRTOS/port_cmsis_systick.c
|
||||
|
@ -456,6 +457,7 @@ set(INCLUDE_FILES
|
|||
components/ble/ImmediateAlertService.h
|
||||
components/ble/ServiceDiscovery.h
|
||||
components/ble/BleClient.h
|
||||
components/motor/MotorController.h
|
||||
drivers/Cst816s.h
|
||||
FreeRTOS/portmacro.h
|
||||
FreeRTOS/portmacro_cmsis.h
|
||||
|
|
Loading…
Reference in New Issue
Block a user