From 88c02bb9dad7d955676fe44f6595f996bde3f07e Mon Sep 17 00:00:00 2001 From: siddhu8990 Date: Sat, 28 Nov 2015 11:01:40 +0530 Subject: Intermediate commit aith support added for AVR (GPIO,ADC). Does not support other targets. --- etc/scilab2c.start | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/scilab2c.start') diff --git a/etc/scilab2c.start b/etc/scilab2c.start index 14feb3c2..47554ab5 100644 --- a/etc/scilab2c.start +++ b/etc/scilab2c.start @@ -20,6 +20,7 @@ sci2c_GenFunctionslib = lib(pathmacros + "GeneralFunctions" + filesep()); sci2c_SymbolTablelib = lib(pathmacros + "SymbolTable" + filesep()); sci2c_ToolInitlib = lib(pathmacros + "ToolInitialization" + filesep()); sci2c_finDeps = lib(pathmacros + "findDeps" + filesep()); +sci2c_AVRlib = lib(pathmacros + "Hardware\AVR" + filesep()); clear pathmacros; // Load and add help chapter -- cgit