diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 49f1d3f73..dbbc0ca0e 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -305,8 +305,8 @@ public class Base { return file; } + protected static enum ACTION { GUI, NOOP, VERIFY, UPLOAD, GET_PREF }; - protected static enum ACTION { GUI, VERIFY, UPLOAD, NOOP, GET_PREF }; public Base(String[] args) throws Exception { platform.init(this); @@ -359,10 +359,8 @@ public class Base { ACTION action = ACTION.GUI; boolean doVerboseBuild = false; - boolean doVerboseUpload = false;; + boolean doVerboseUpload = false; String getPref = null; - String selectBoard = null; - String selectPort = null; List filenames = new LinkedList(); // Map of possible actions and corresponding options