src.nth.io/

summaryrefslogtreecommitdiff
path: root/main/CMakeLists.txt
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2021-03-12 12:05:39 -0600
committerLuke Hoersten <[email protected]>2021-03-12 12:05:39 -0600
commitf24b74e0881818c8b7ddf7bb786363fa9b142f67 (patch)
tree29b5e82f597c5ca7f7409206d0f471ad2037c3d9 /main/CMakeLists.txt
parentc6d3d96ed6a659f7a3c1f616caebe325a3d139bd (diff)
Broke out LED identify service.
Diffstat (limited to 'main/CMakeLists.txt')
-rw-r--r--main/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt
index 1237afe..ea17f2b 100644
--- a/main/CMakeLists.txt
+++ b/main/CMakeLists.txt
@@ -1,4 +1,4 @@
idf_component_register(
- SRCS "src/event_queue.c" "src/lock.c" "src/bell.c" "app_main.c"
+ SRCS "src/event_queue.c" "src/lock.c" "src/bell.c" "src/led.c" "app_main.c"
INCLUDE_DIRS "include"
)