summaryrefslogtreecommitdiff
path: root/Venus_Skeleton/comm.h
diff options
context:
space:
mode:
Diffstat (limited to 'Venus_Skeleton/comm.h')
-rw-r--r--Venus_Skeleton/comm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Venus_Skeleton/comm.h b/Venus_Skeleton/comm.h
index 26e8d7b..bca5aab 100644
--- a/Venus_Skeleton/comm.h
+++ b/Venus_Skeleton/comm.h
@@ -1,3 +1,6 @@
+#ifndef COMM_H
+#define COMM_H
+
typedef enum {
RESET1 = 0x81,
RESET2 = 0x82,
@@ -40,3 +43,5 @@ static inline void serial_print_debug(long n) {
static inline void serial_print_debug(float n) {
serial_print_debug(String(n));
}
+
+#endif /* !COMM_H */