summaryrefslogtreecommitdiff
path: root/macros/findDeps/getAllInterfaces.sci
diff options
context:
space:
mode:
authorsiddhu89902016-01-13 11:15:17 +0530
committersiddhu89902016-01-13 11:15:17 +0530
commit7cba1cf7d2ee89559239a22c50297a1545de0587 (patch)
tree5319b21a5679b6dabf10c57346cea9b41db02ac2 /macros/findDeps/getAllInterfaces.sci
parentd166736e0eb384156d30bcea45711d4c8d474ee1 (diff)
downloadscilab2c-7cba1cf7d2ee89559239a22c50297a1545de0587.tar.gz
scilab2c-7cba1cf7d2ee89559239a22c50297a1545de0587.tar.bz2
scilab2c-7cba1cf7d2ee89559239a22c50297a1545de0587.zip
Test commit
Diffstat (limited to 'macros/findDeps/getAllInterfaces.sci')
-rw-r--r--macros/findDeps/getAllInterfaces.sci2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/findDeps/getAllInterfaces.sci b/macros/findDeps/getAllInterfaces.sci
index 78138093..194a9ab5 100644
--- a/macros/findDeps/getAllInterfaces.sci
+++ b/macros/findDeps/getAllInterfaces.sci
@@ -134,7 +134,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_AVRPeripheralADC.h"
+ "src/c/hardware/avr/interfaces/int_AVRPeripheralPWM.h"
"src/c/hardware/avr/interfaces/int_AVRUtil.h"
];