Skip to content

Commit da53070

Browse files
committed
fixed condition
1 parent 6f73bba commit da53070

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: tests/touch/touch.ino

+3-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ void loop() {
171171

172172
}
173173

174-
#endif
174+
#else
175175
//PASS TEST for UNSUPPORTED CHIPS
176176

177177
void test_pass(void){
@@ -192,3 +192,5 @@ void setup() {
192192
void loop() {
193193

194194
}
195+
196+
#endif

0 commit comments

Comments
 (0)