From 615215d3137d6bd753cbd855928a4dbea105fd05 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 20 Aug 2017 15:27:52 +0200 Subject: stream --- car/common.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 car/common.h (limited to 'car/common.h') 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 -- cgit v1.2.3