1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00

Revert "Disabling board auto detection on windows. Argh..."

This reverts commit 5a086c976b.
This commit is contained in:
Federico Fissore 2013-09-13 17:47:19 +02:00
parent 9166e44d39
commit f9568df256

View File

@ -334,8 +334,6 @@ public class Platform extends processing.app.Platform {
}
}
/*
Temporarly disabled due to https://github.com/arduino/Arduino/issues/1573
@Override
public String preListAllCandidateDevices() {
ByteArrayOutputStream baos = new ByteArrayOutputStream();
@ -351,5 +349,4 @@ public class Platform extends processing.app.Platform {
return super.preListAllCandidateDevices();
}
}
*/
}