src.nth.io/

summaryrefslogtreecommitdiff
path: root/main/include/led.h
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2021-06-02 12:08:39 -0500
committerLuke Hoersten <[email protected]>2021-06-02 12:08:39 -0500
commit4043b33110efcd068078d19d9a37242b00ce9710 (patch)
tree68d3ceb78f3260123c210fc4402d3307795e95c0 /main/include/led.h
parent15de81b31cebee8b6a7cceec383d9c51b6002596 (diff)
Cleaned up variable names.
Diffstat (limited to 'main/include/led.h')
-rw-r--r--main/include/led.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/include/led.h b/main/include/led.h
index ea10f58..c6836da 100644
--- a/main/include/led.h
+++ b/main/include/led.h
@@ -1,5 +1,5 @@
#include <hap.h>
-int intercom_led_identify(hap_acc_t *ha);
+int led_identify(hap_acc_t *ha);
-void intercom_led_init(); \ No newline at end of file
+void led_identify_service_init(); \ No newline at end of file