diff options
author | siddhu8990 | 2015-09-03 02:06:47 +0530 |
---|---|---|
committer | siddhu8990 | 2015-09-03 02:06:47 +0530 |
commit | 17892e4b25aa0488eb51a5896c58094d63b7c55c (patch) | |
tree | 9a10bc8924203a4cc219d5f4d4ecf77439889bcf /macros/findDeps/getAllInterfaces.sci | |
parent | 222a3e39441ad408dacdc39d46d687dee5a6bf3c (diff) | |
download | scilab2c-17892e4b25aa0488eb51a5896c58094d63b7c55c.tar.gz scilab2c-17892e4b25aa0488eb51a5896c58094d63b7c55c.tar.bz2 scilab2c-17892e4b25aa0488eb51a5896c58094d63b7c55c.zip |
Intermediate commit. Not to be used
Diffstat (limited to 'macros/findDeps/getAllInterfaces.sci')
-rw-r--r-- | macros/findDeps/getAllInterfaces.sci | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macros/findDeps/getAllInterfaces.sci b/macros/findDeps/getAllInterfaces.sci index e6e71dca..d6be456a 100644 --- a/macros/findDeps/getAllInterfaces.sci +++ b/macros/findDeps/getAllInterfaces.sci @@ -118,5 +118,6 @@ function allInterfaces = getAllInterfaces() "src/c/signalProcessing/interfaces/int_fftshift.h" "src/c/signalProcessing/interfaces/int_fft.h" "src/c/signalProcessing/interfaces/int_lev.h" - "src/c/implicitList/int_OpColon.h"]; + "src/c/implicitList/int_OpColon.h" + "src/c/scilab-arduino/interfaces/int_cmd_digital_out.h"]; endfunction |