Skip to content

Commit 4e7c92c

Browse files
author
oclyke
committed
remove Print.h include from Wire.h
fixes #276 ```Print.h``` include is part of ```Arduino.h```
1 parent 76e9814 commit 4e7c92c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/Wire/src/Wire.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#define _APOLLO3_LIBRARIES_WIRE_H_
88

99
#include "Arduino.h"
10-
#include "Print.h"
1110
#include "drivers/I2C.h"
1211
#include "drivers/I2CSlave.h"
1312
#include "rtos.h"

0 commit comments

Comments
 (0)