summaryrefslogtreecommitdiff
path: root/macros/ASTManagement
diff options
context:
space:
mode:
Diffstat (limited to 'macros/ASTManagement')
-rw-r--r--macros/ASTManagement/AST_HandleEndGenFun.binbin81440 -> 81440 bytes
-rw-r--r--macros/ASTManagement/AST_HandleEndGenFun.sci4
2 files changed, 2 insertions, 2 deletions
diff --git a/macros/ASTManagement/AST_HandleEndGenFun.bin b/macros/ASTManagement/AST_HandleEndGenFun.bin
index d5d2e4a..ce6f0d6 100644
--- a/macros/ASTManagement/AST_HandleEndGenFun.bin
+++ b/macros/ASTManagement/AST_HandleEndGenFun.bin
Binary files differ
diff --git a/macros/ASTManagement/AST_HandleEndGenFun.sci b/macros/ASTManagement/AST_HandleEndGenFun.sci
index f6ae58e..57f5f93 100644
--- a/macros/ASTManagement/AST_HandleEndGenFun.sci
+++ b/macros/ASTManagement/AST_HandleEndGenFun.sci
@@ -46,9 +46,9 @@ ReportFileName = FileInfo.Funct(nxtscifunnumber).ReportFileName;
Pass1HeaderFileName = FileInfo.Funct(nxtscifunnumber).Pass1HeaderFileName;
FunInfoDatDir = FileInfo.FunctionList.FunInfoDatDir;
CGblDeclarFileName = FileInfo.Funct(nxtscifunnumber).CGblDeclarFileName;
-if(SharedInfo.OutFormat == 'AVR')
+if(SharedInfo.Target == 'AVR')
PeripheralInitListFile = FileInfo.PeripheralInitListFile;
-elseif (SharedInfo.OutFormat == 'Arduino')
+elseif (SharedInfo.Target == 'Arduino')
SetupListFile = FileInfo.SetupListFile;
end