aboutsummaryrefslogtreecommitdiff
path: root/firmware/pb/pb_stream.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-12-13 00:54:35 +0100
committerDimitri Sokolyuk <demon@dim13.org>2017-12-13 00:54:35 +0100
commit156a9a2271d47934a97ff00f33b8a61c8a49f125 (patch)
tree2f6a7b132dee1ddaae00484a398064f6b0a6603f /firmware/pb/pb_stream.h
parent49b9dbaba204e6a69465e422f76debac540e75b7 (diff)
rename back
Diffstat (limited to 'firmware/pb/pb_stream.h')
-rw-r--r--firmware/pb/pb_stream.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/firmware/pb/pb_stream.h b/firmware/pb/pb_stream.h
deleted file mode 100644
index 00be77c..0000000
--- a/firmware/pb/pb_stream.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef PB_STREAM
-#define PB_STREAM
-
-#include <Stream.h>
-#include <Print.h>
-#include "pb_encode.h"
-#include "pb_decode.h"
-
-void pb_istream_from_stream(Stream &stream, pb_istream_t &istream);
-void pb_ostream_from_stream(Print &stream, pb_ostream_t &ostream);
-
-#endif