Skip to content

Commit

Permalink
Final commit to fix build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoric committed May 25, 2023
1 parent 204b646 commit 2150299
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_INKPLATE6PLUS) || !defined(ARDUINO_INKPLATE6PLUSV2)
#if !defined(ARDUINO_INKPLATE6PLUS) && !defined(ARDUINO_INKPLATE6PLUSV2)

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

0 comments on commit 2150299

Please sign in to comment.