diff options
author | siddhu8990 | 2016-03-02 14:20:36 +0530 |
---|---|---|
committer | siddhu8990 | 2016-03-02 14:20:36 +0530 |
commit | 7c5fc74b8ea4a27dac0b44d681d36e46ac08d8fa (patch) | |
tree | ff30a832e36ff486311f9c5725d3147b7981886a /macros/findDeps/getAllInterfaces.sci | |
parent | bbdc94252ee563f0b01d4949868a583e43a2e6a8 (diff) | |
download | Scilab2C_fossee_old-7c5fc74b8ea4a27dac0b44d681d36e46ac08d8fa.tar.gz Scilab2C_fossee_old-7c5fc74b8ea4a27dac0b44d681d36e46ac08d8fa.tar.bz2 Scilab2C_fossee_old-7c5fc74b8ea4a27dac0b44d681d36e46ac08d8fa.zip |
Intermediate commit
Diffstat (limited to 'macros/findDeps/getAllInterfaces.sci')
-rw-r--r-- | macros/findDeps/getAllInterfaces.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/findDeps/getAllInterfaces.sci b/macros/findDeps/getAllInterfaces.sci index d31376a..ae6d869 100644 --- a/macros/findDeps/getAllInterfaces.sci +++ b/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 |