Skip to content

Commit 464b494

Browse files
committed
One more fix for Inkplate2?
1 parent b495793 commit 464b494

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

examples/Inkplate2/Diagnostics/Inkplate2_Factory_Programming/InkplateEasyCTester/InkplateEasyCTester.ino

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,15 @@ void loop()
113113
}
114114
}
115115

116+
#else
117+
// Just to pass compile test
118+
void setup()
119+
{
120+
121+
}
122+
123+
void loop()
124+
{
125+
126+
}
116127
#endif

0 commit comments

Comments
 (0)