Skip to content

Commit dcf6c79

Browse files
Laurence BankLaurence Bank
authored andcommitted
Fixed compile error on idf
1 parent f5b1538 commit dcf6c79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/FastEPD.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
// limitations under the License.
2020
//===========================================================================
2121
//
22+
#ifdef ARDUINO
2223
#include <Wire.h>
24+
#endif
2325
#include "FastEPD.h"
2426
#include "arduino_io.inl"
2527
#include "FastEPD.inl"

0 commit comments

Comments
 (0)