From 2de5220071f515ac59261d1e40b076701f40923a Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 21 Aug 2017 23:20:18 +0200 Subject: Add trim --- car/pb_stream.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 car/pb_stream.h (limited to 'car/pb_stream.h') diff --git a/car/pb_stream.h b/car/pb_stream.h deleted file mode 100644 index 00be77c..0000000 --- a/car/pb_stream.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef PB_STREAM -#define PB_STREAM - -#include -#include -#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 -- cgit v1.2.3