src.nth.io/

summaryrefslogtreecommitdiff
path: root/main/include/event_queue.h
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2021-03-12 17:35:50 -0600
committerLuke Hoersten <[email protected]>2021-03-12 17:35:50 -0600
commitca72e0e90f850ff5d757be2f6dc658c5d558620c (patch)
tree62c9b43a6647f6bcc4171854c6d8659b188601fc /main/include/event_queue.h
parentd23be047e18ef9b97e5c72073c9236f59ac60d5f (diff)
Removed the event queue. Apparently esp-homekit is thread safe.
Diffstat (limited to 'main/include/event_queue.h')
-rw-r--r--main/include/event_queue.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/include/event_queue.h b/main/include/event_queue.h
deleted file mode 100644
index 79ce6a4..0000000
--- a/main/include/event_queue.h
+++ /dev/null
@@ -1,13 +0,0 @@
-static const char *TAG = "HAP Intercom";
-
-void intercom_event_queue_bell_ring();
-
-void intercom_event_queue_lock_unsecure();
-
-void intercom_event_queue_lock_secure();
-
-void intercom_event_queue_lock_timeout();
-
-void intercom_event_queue_run();
-
-bool intercom_event_queue_init();