diff options
author | siddhu8990 | 2015-12-17 14:48:36 +0530 |
---|---|---|
committer | siddhu8990 | 2015-12-23 11:26:29 +0530 |
commit | 66ae4f251032aca6b7063353beee6c387a58418e (patch) | |
tree | a474f509f6413acb4593a43c371a4406d9400957 /2.3-1/macros/ToolInitialization/INIT_GenFileInfo.sci | |
parent | eac39cdc77ad5fdaf7b245cbce5c92f105ac75bf (diff) | |
download | Scilab2C-66ae4f251032aca6b7063353beee6c387a58418e.tar.gz Scilab2C-66ae4f251032aca6b7063353beee6c387a58418e.tar.bz2 Scilab2C-66ae4f251032aca6b7063353beee6c387a58418e.zip |
Code generation for Arduino changed. DC motor added to Arduino.
Diffstat (limited to '2.3-1/macros/ToolInitialization/INIT_GenFileInfo.sci')
-rw-r--r-- | 2.3-1/macros/ToolInitialization/INIT_GenFileInfo.sci | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2.3-1/macros/ToolInitialization/INIT_GenFileInfo.sci b/2.3-1/macros/ToolInitialization/INIT_GenFileInfo.sci index 753509e3..21fe7a72 100644 --- a/2.3-1/macros/ToolInitialization/INIT_GenFileInfo.sci +++ b/2.3-1/macros/ToolInitialization/INIT_GenFileInfo.sci @@ -113,5 +113,5 @@ FileInfo.MakefileFilename = fullfile(FileInfo.CStyleOutCCCodeDir,'Makefile'); //----Hardware related-----
//-------------------------
FileInfo.PeripheralInitListFile = fullfile(FileInfo.WorkingDir,'PeripheralInit.dat');
-
+FileInfo.SetupListFile = fullfile(FileInfo.WorkingDir,'SetupList.dat');
endfunction
|