diff options
Diffstat (limited to '2.3-1/macros/cb_sci2c_gui.sci')
-rw-r--r-- | 2.3-1/macros/cb_sci2c_gui.sci | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/2.3-1/macros/cb_sci2c_gui.sci b/2.3-1/macros/cb_sci2c_gui.sci index 9dbe9742..7bb0e733 100644 --- a/2.3-1/macros/cb_sci2c_gui.sci +++ b/2.3-1/macros/cb_sci2c_gui.sci @@ -180,6 +180,8 @@ elseif get(gcbo, "tag")=="convertbtn" then Board_name = "lilypad" elseif get(findobj("tag", "brdnmType"), "value") == 28 then Board_name = "lilyPadUSB" + else + Board_name = "uno" //elseif get(findobj("tag", "brdnmType"), "value") == [1 0 0 0 0 0] then //Board_name = "none" @@ -195,6 +197,7 @@ elseif get(gcbo, "tag")=="convertbtn" then // CCompilerPathStyle = "cygwin"; end + // -*- DEBUG ONLY -*- // mprintf("UserScilabMainFile = {%s}\n", UserScilabMainFile); |