summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlukanc <27705324+jlukanc1@users.noreply.github.com>2021-01-15 22:46:03 -0500
committerjlukanc <27705324+jlukanc1@users.noreply.github.com>2021-01-15 22:46:03 -0500
commitce6c5d3bd3691b283ac2102d1ed7b9a298928b6c (patch)
tree69e846573d2c8b71863ee3c4dba47354e389f56e
parentfbb77baa3b6e487f4c68e08770499cb893c4e035 (diff)
add motorcontroller to cmake
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b5669414..3fe5d50a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -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