Skip to content

Commit 53da191

Browse files
committed
Fix precautionary ifdef to ARDUINO_INKPLATE6V2
1 parent acca025 commit 53da191

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Inkplate6/Advanced/IO/ExternalExpander/ExternalExpander.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
***************************************************/
2727

2828
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
29-
#ifndef ARDUINO_INKPLATE6
29+
#ifndef ARDUINO_INKPLATE6V2
3030
#error "Wrong board selection for this example, please select Soldered Inkplate 6"
3131
#endif
3232

examples/Inkplate6/Advanced/IO/InternalExpander/InternalExpander.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
***************************************************/
4444

4545
// Next 3 lines are a precaution, you can ignore those, and the example would also work without them
46-
#ifndef ARDUINO_INKPLATE6
46+
#ifndef ARDUINO_INKPLATE6V2
4747
#error "Wrong board selection for this example, please select Soldered Inkplate 6"
4848
#endif
4949

0 commit comments

Comments
 (0)