Skip to content

Commit 820a6f1

Browse files
committed
Removed unused header file references.
Don't remember why we referenced so many header files. Shouldn't need to anymore.
1 parent b96b7cf commit 820a6f1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

EasyTransfer/EasyTransfer.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ GNU General Public License for more details.
3636
#endif
3737
#include "Stream.h"
3838
//#include <NewSoftSerial.h>
39-
#include <math.h>
40-
#include <stdio.h>
41-
#include <stdint.h>
42-
#include <avr/io.h>
39+
//#include <math.h>
40+
//#include <stdio.h>
41+
//#include <stdint.h>
42+
//#include <avr/io.h>
4343

4444
class EasyTransfer {
4545
public:
@@ -60,4 +60,4 @@ uint8_t calc_CS; //calculated Chacksum
6060

6161

6262

63-
#endif
63+
#endif

0 commit comments

Comments
 (0)