File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2323#define IStream_h
2424
2525#include < inttypes.h>
26- #include " Print.h"
2726
2827// compatability macros for testing
2928/*
@@ -46,7 +45,7 @@ enum LookaheadMode{
4645
4746#define NO_IGNORE_CHAR ' \x01 ' // a char not found in a valid ASCII numeric field
4847
49- class IStream : public Print
48+ class IStream
5049{
5150 protected:
5251 unsigned long _timeout; // number of milliseconds to wait for the next char before aborting timed read
Original file line number Diff line number Diff line change 2323#define IStream_h
2424
2525#include < inttypes.h>
26- #include " Print.h"
2726
2827// compatability macros for testing
2928/*
@@ -46,7 +45,7 @@ enum LookaheadMode{
4645
4746#define NO_IGNORE_CHAR ' \x01 ' // a char not found in a valid ASCII numeric field
4847
49- class IStream : public Print
48+ class IStream
5049{
5150 protected:
5251 unsigned long _timeout; // number of milliseconds to wait for the next char before aborting timed read
You can’t perform that action at this time.
0 commit comments