Skip to content

Commit

Permalink
Updated things to pass compile examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoric committed May 25, 2023
1 parent 2ba043e commit 204b646
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
***************************************************/

// Block usage of this code on Inkplate boards.
#if !defined(ARDUINO_INKPLATE10) || !defined(ARDUINO_INKPLATE10V2)
#if !defined(ARDUINO_INKPLATE10) && !defined(ARDUINO_INKPLATE10V2)

// Include a Wire library (for I2C communication)
#include "Wire.h"
Expand Down

0 comments on commit 204b646

Please sign in to comment.