Skip to content

Commit 835f45a

Browse files
author
jan
committed
fix missing List methoid for Teensy
1 parent c5c7e8c commit 835f45a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

io.sloeber.tests/src/io/sloeber/providers/Teensy.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ public static void installLatest() {
144144
}
145145

146146
public static List<MCUBoard> getAllBoards() {
147-
// TODO Auto-generated method stub
148-
return null;
147+
return getAllBoards(TEENSY_PROVIDER, Teensy3_0());
149148
}
150149
}

0 commit comments

Comments
 (0)