From 4e7c92c9dd9459b317e586db3c1c64e9bdaf811c Mon Sep 17 00:00:00 2001 From: oclyke Date: Tue, 13 Oct 2020 11:57:25 -0600 Subject: [PATCH] remove Print.h include from Wire.h fixes #276 ```Print.h``` include is part of ```Arduino.h``` --- libraries/Wire/src/Wire.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/Wire/src/Wire.h b/libraries/Wire/src/Wire.h index 739a901b..c8fc21bd 100644 --- a/libraries/Wire/src/Wire.h +++ b/libraries/Wire/src/Wire.h @@ -7,7 +7,6 @@ #define _APOLLO3_LIBRARIES_WIRE_H_ #include "Arduino.h" -#include "Print.h" #include "drivers/I2C.h" #include "drivers/I2CSlave.h" #include "rtos.h"