diff options
author | siddhu8990 | 2016-03-02 14:20:36 +0530 |
---|---|---|
committer | siddhu8990 | 2016-03-02 14:20:36 +0530 |
commit | b31a4a5f8a03f516d6ec21efb31f9892cb46f9f3 (patch) | |
tree | fafb25c86084be7541b9d3ffd12f92b21148e727 /2.3-1/macros/findDeps/getAllInterfaces.sci | |
parent | 58b8656a350fed1a1e59caa484e6d9967dd1bc4d (diff) | |
download | Scilab2C-b31a4a5f8a03f516d6ec21efb31f9892cb46f9f3.tar.gz Scilab2C-b31a4a5f8a03f516d6ec21efb31f9892cb46f9f3.tar.bz2 Scilab2C-b31a4a5f8a03f516d6ec21efb31f9892cb46f9f3.zip |
Intermediate commit
Diffstat (limited to '2.3-1/macros/findDeps/getAllInterfaces.sci')
-rw-r--r-- | 2.3-1/macros/findDeps/getAllInterfaces.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2.3-1/macros/findDeps/getAllInterfaces.sci b/2.3-1/macros/findDeps/getAllInterfaces.sci index d31376af..ae6d8692 100644 --- a/2.3-1/macros/findDeps/getAllInterfaces.sci +++ b/2.3-1/macros/findDeps/getAllInterfaces.sci @@ -135,7 +135,7 @@ function allInterfaces = getAllInterfaces(Target) "src/c/scilab-arduino/interfaces/int_cmd_analog_out.h" "src/c/scilab-arduino/interfaces/int_cmd_analog_in.h" "src/c/scilab-arduino/interfaces/int_cmd_dcmotor.h" - "src/c/scilab-arduino/interfaces/int_cmd_servo.h" +// "src/c/scilab-arduino/interfaces/int_cmd_servo.h" "src/c/scilab-arduino/interfaces/int_sleep.h"]; //Interface files required for "AVR" output |