src.nth.io/

summaryrefslogtreecommitdiff
path: root/main/include/intercom.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/intercom.h
parentd23be047e18ef9b97e5c72073c9236f59ac60d5f (diff)
Removed the event queue. Apparently esp-homekit is thread safe.
Diffstat (limited to 'main/include/intercom.h')
-rw-r--r--main/include/intercom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/include/intercom.h b/main/include/intercom.h
new file mode 100644
index 0000000..54926d2
--- /dev/null
+++ b/main/include/intercom.h
@@ -0,0 +1 @@
+static const char *TAG = "HAP Intercom"; \ No newline at end of file