Skip to content

Commit b589d89

Browse files
author
jantje
committed
correct teensy location :-s
1 parent 642e581 commit b589d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io.sloeber.tests/src/io/sloeber/core/MySystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static String getTeensyPlatform() {
2323
switch (Other.getSystemHash()) {
2424
case jantjesWindowsMachineHashKey:
2525
case jantjesWindowsMachineHashkeyAfterUpdate:
26-
return "D:\\arduino\\teensy1.42-beta4\\hardware\\teensy-latest";
26+
return "D:\\arduino\\teensy-latest\\hardware\\teensy";
2727
case jantjesLinuxMachineHashKey:
2828
return "/home/jan/arduino-1.8.5/hardware/teensy-latest";
2929
}

0 commit comments

Comments
 (0)