From f9568df256dc3eb3073af9f5ba800cc774151946 Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Fri, 13 Sep 2013 17:47:19 +0200 Subject: [PATCH] Revert "Disabling board auto detection on windows. Argh..." This reverts commit 5a086c976b38aa627f60edfa93256dca72faec79. --- app/src/processing/app/windows/Platform.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/src/processing/app/windows/Platform.java b/app/src/processing/app/windows/Platform.java index 4c1cd93ce..e340da417 100644 --- a/app/src/processing/app/windows/Platform.java +++ b/app/src/processing/app/windows/Platform.java @@ -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(); } } - */ }