summaryrefslogtreecommitdiffstats
path: root/door_lock/serial.h
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-04-29 17:04:38 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-04-29 17:04:38 +0800
commita9ce750c420813b1e7dab5eb4e0340d107a34b20 (patch)
treeb0bab3f5247b3c3cf9cfb2e72dcc4da993c0772a /door_lock/serial.h
parent775d4a84f36d4d5d0700e9c44dfa4114a0cc022c (diff)
downloadsmart-home-a9ce750c420813b1e7dab5eb4e0340d107a34b20.tar.gz
Delete the old door_lock directory.
Diffstat (limited to 'door_lock/serial.h')
-rw-r--r--door_lock/serial.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/door_lock/serial.h b/door_lock/serial.h
deleted file mode 100644
index 6128623..0000000
--- a/door_lock/serial.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef SA_SERIAL_H
-#define SA_SERIAL_H
-
-void serial_init(void);
-void serial_write_line(const char *s);
-
-#endif /* SA_SERIAL_H */