aboutsummaryrefslogtreecommitdiff
path: root/elegoo/pb/pb_stream.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-12-13 00:35:41 +0100
committerDimitri Sokolyuk <demon@dim13.org>2017-12-13 00:35:41 +0100
commit0a63ac38297b8b6dd343a0b66feda9533c2eb834 (patch)
treef489ac9f232d2eead0a74d642cfae20534966cbc /elegoo/pb/pb_stream.h
parent4f954f2daed0cb4f9c522002221a706e01c3e31e (diff)
...
Diffstat (limited to 'elegoo/pb/pb_stream.h')
-rw-r--r--elegoo/pb/pb_stream.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/elegoo/pb/pb_stream.h b/elegoo/pb/pb_stream.h
deleted file mode 100644
index 00be77c..0000000
--- a/elegoo/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