diff options
| author | Luke Hoersten <[email protected]> | 2021-03-12 17:35:50 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2021-03-12 17:35:50 -0600 |
| commit | ca72e0e90f850ff5d757be2f6dc658c5d558620c (patch) | |
| tree | 62c9b43a6647f6bcc4171854c6d8659b188601fc /main/CMakeLists.txt | |
| parent | d23be047e18ef9b97e5c72073c9236f59ac60d5f (diff) | |
Removed the event queue. Apparently esp-homekit is thread safe.
Diffstat (limited to 'main/CMakeLists.txt')
| -rw-r--r-- | main/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/CMakeLists.txt b/main/CMakeLists.txt index ea17f2b..196fe52 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" "src/led.c" "app_main.c" + SRCS "src/lock.c" "src/bell.c" "src/led.c" "app_main.c" INCLUDE_DIRS "include" ) |
