File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 23
23
#define IStream_h
24
24
25
25
#include < inttypes.h>
26
- #include " Print.h"
27
26
28
27
// compatability macros for testing
29
28
/*
@@ -46,7 +45,7 @@ enum LookaheadMode{
46
45
47
46
#define NO_IGNORE_CHAR ' \x01 ' // a char not found in a valid ASCII numeric field
48
47
49
- class IStream : public Print
48
+ class IStream
50
49
{
51
50
protected:
52
51
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 23
23
#define IStream_h
24
24
25
25
#include < inttypes.h>
26
- #include " Print.h"
27
26
28
27
// compatability macros for testing
29
28
/*
@@ -46,7 +45,7 @@ enum LookaheadMode{
46
45
47
46
#define NO_IGNORE_CHAR ' \x01 ' // a char not found in a valid ASCII numeric field
48
47
49
- class IStream : public Print
48
+ class IStream
50
49
{
51
50
protected:
52
51
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