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/getAllHeaders.sci | |
parent | bbdc94252ee563f0b01d4949868a583e43a2e6a8 (diff) | |
download | scilab2c-7c5fc74b8ea4a27dac0b44d681d36e46ac08d8fa.tar.gz scilab2c-7c5fc74b8ea4a27dac0b44d681d36e46ac08d8fa.tar.bz2 scilab2c-7c5fc74b8ea4a27dac0b44d681d36e46ac08d8fa.zip |
Intermediate commit
Diffstat (limited to 'macros/findDeps/getAllHeaders.sci')
-rw-r--r-- | macros/findDeps/getAllHeaders.sci | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/findDeps/getAllHeaders.sci b/macros/findDeps/getAllHeaders.sci index 4061c04c..4709a15c 100644 --- a/macros/findDeps/getAllHeaders.sci +++ b/macros/findDeps/getAllHeaders.sci @@ -142,9 +142,9 @@ function allHeaders = getAllHeaders(Target) "src/c/scilab-arduino/includes/cmd_analog_in.h" "src/c/scilab-arduino/includes/cmd_dcmotor_setup.h" "src/c/scilab-arduino/includes/cmd_dcmotor_run.h" - "src/c/scilab-arduino/includes/cmd_servo_attach.h" - "src/c/scilab-arduino/includes/cmd_servo_detach.h" - "src/c/scilab-arduino/includes/cmd_servo_move.h" +// "src/c/scilab-arduino/includes/cmd_servo_attach.h" +// "src/c/scilab-arduino/includes/cmd_servo_detach.h" +// "src/c/scilab-arduino/includes/cmd_servo_move.h" "src/c/scilab-arduino/includes/sleep.h"]; AVR_headers = [ |