aboutsummaryrefslogtreecommitdiff
path: root/car/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'car/common.h')
-rw-r--r--car/common.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/car/common.h b/car/common.h
deleted file mode 100644
index 2192c1c..0000000
--- a/car/common.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef COMMON_H
-#define COMMON_H
-
-#include "pb_encode.h"
-#include "pb_decode.h"
-
-pb_istream_t pb_istream_from_serial();
-pb_ostream_t pb_ostream_from_serial();
-
-#endif