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/getAllSources.sci | |
parent | bbdc94252ee563f0b01d4949868a583e43a2e6a8 (diff) | |
download | scilab2c-7c5fc74b8ea4a27dac0b44d681d36e46ac08d8fa.tar.gz scilab2c-7c5fc74b8ea4a27dac0b44d681d36e46ac08d8fa.tar.bz2 scilab2c-7c5fc74b8ea4a27dac0b44d681d36e46ac08d8fa.zip |
Intermediate commit
Diffstat (limited to 'macros/findDeps/getAllSources.sci')
-rw-r--r-- | macros/findDeps/getAllSources.sci | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/findDeps/getAllSources.sci b/macros/findDeps/getAllSources.sci index 2fda7531..a0d88c79 100644 --- a/macros/findDeps/getAllSources.sci +++ b/macros/findDeps/getAllSources.sci @@ -872,9 +872,9 @@ function allSources = getAllSources(Target) "src/c/scilab-arduino/cmd_analog_in/u8cmd_analog_ins.c" "src/c/scilab-arduino/cmd_dcmotor_setup/u8cmd_dcmotor_setups.c" "src/c/scilab-arduino/cmd_dcmotor_run/u8cmd_dcmotor_runs.c" - "src/c/scilab-arduino/cmd_servo_attach/u8cmd_servo_attach.cpp" - "src/c/scilab-arduino/cmd_servo_detach/u8cmd_servo_detach.cpp" - "src/c/scilab-arduino/cmd_servo_move/u8cmd_servo_move.cpp" +// "src/c/scilab-arduino/cmd_servo_attach/u8cmd_servo_attach.cpp" +// "src/c/scilab-arduino/cmd_servo_detach/u8cmd_servo_detach.cpp" +// "src/c/scilab-arduino/cmd_servo_move/u8cmd_servo_move.cpp" "src/c/scilab-arduino/sleep/u16sleeps.c"]; //Files to be inserted only if output format selected is 'AVR'. |