Skip to content

Commit 2150299

Browse files
committed
Final commit to fix build tests
1 parent 204b646 commit 2150299

File tree

1 file changed

+1
-1
lines changed
  • examples/Inkplate6PLUS/Diagnostics/Inkplate6PLUS_Factory_Programming_VCOM/InkplateEasyCTester

1 file changed

+1
-1
lines changed

examples/Inkplate6PLUS/Diagnostics/Inkplate6PLUS_Factory_Programming_VCOM/InkplateEasyCTester/InkplateEasyCTester.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
***************************************************/
3131

3232
// Block usage of this code on Inkplate boards.
33-
#if !defined(ARDUINO_INKPLATE6PLUS) || !defined(ARDUINO_INKPLATE6PLUSV2)
33+
#if !defined(ARDUINO_INKPLATE6PLUS) && !defined(ARDUINO_INKPLATE6PLUSV2)
3434

3535
// Include a Wire library (for I2C communication)
3636
#include "Wire.h"

0 commit comments

Comments
 (0)