diff options
author | siddhu8990 | 2015-12-11 18:28:43 +0530 |
---|---|---|
committer | siddhu8990 | 2015-12-11 18:28:43 +0530 |
commit | 96b51a5ded447676d493be9721e4480065a5ae7e (patch) | |
tree | c7a52243f195cf0887cc2141dd26e32cf332b483 /macros/findDeps/getAllInterfaces.sci | |
parent | 56d929da6683ca38ab07870173dba5aadb451403 (diff) | |
download | scilab2c-96b51a5ded447676d493be9721e4480065a5ae7e.tar.gz scilab2c-96b51a5ded447676d493be9721e4480065a5ae7e.tar.bz2 scilab2c-96b51a5ded447676d493be9721e4480065a5ae7e.zip |
AVR ADC checked after some modifications
Diffstat (limited to 'macros/findDeps/getAllInterfaces.sci')
-rw-r--r-- | macros/findDeps/getAllInterfaces.sci | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/findDeps/getAllInterfaces.sci b/macros/findDeps/getAllInterfaces.sci index 5b52c71a..14249d08 100644 --- a/macros/findDeps/getAllInterfaces.sci +++ b/macros/findDeps/getAllInterfaces.sci @@ -133,6 +133,7 @@ function allInterfaces = getAllInterfaces(OutFormat) AVR_interfaces = [ "src/c/hardware/avr/interfaces/int_AVRPeripheralGPIO.h" "src/c/hardware/avr/interfaces/int_AVRPeripheralADC.h" + "src/c/hardware/avr/interfaces/int_AVRUtil.h" ]; if OutFormat == "StandAlone" |