diff --git a/cores/production/standard-cortex-m0/pr.bat b/cores/production/standard-cortex-m0/pr.bat index 4616c20..51197e5 100644 --- a/cores/production/standard-cortex-m0/pr.bat +++ b/cores/production/standard-cortex-m0/pr.bat @@ -1,4 +1,4 @@ echo off iccarm -I src --silent --preprocess=n temp.i --preinclude %1 %2 type temp.i -del temp.i \ No newline at end of file +del temp.i diff --git a/cores/production/standard-cortex-m3/pr.bat b/cores/production/standard-cortex-m3/pr.bat index d42c8ce..502fe49 100644 --- a/cores/production/standard-cortex-m3/pr.bat +++ b/cores/production/standard-cortex-m3/pr.bat @@ -1,4 +1,4 @@ echo off iccarm -I src --silent --preprocess=n temp.i --preinclude %1 %2 type temp.i -del temp.i \ No newline at end of file +del temp.i diff --git a/cores/production/standard-cortex-m33/pr.bat b/cores/production/standard-cortex-m33/pr.bat index 4616c20..51197e5 100644 --- a/cores/production/standard-cortex-m33/pr.bat +++ b/cores/production/standard-cortex-m33/pr.bat @@ -1,4 +1,4 @@ echo off iccarm -I src --silent --preprocess=n temp.i --preinclude %1 %2 type temp.i -del temp.i \ No newline at end of file +del temp.i diff --git a/cores/production/standard-cortex-m33f/pr.bat b/cores/production/standard-cortex-m33f/pr.bat index 4616c20..51197e5 100644 --- a/cores/production/standard-cortex-m33f/pr.bat +++ b/cores/production/standard-cortex-m33f/pr.bat @@ -1,4 +1,4 @@ echo off iccarm -I src --silent --preprocess=n temp.i --preinclude %1 %2 type temp.i -del temp.i \ No newline at end of file +del temp.i diff --git a/cores/production/standard-cortex-m4f/pr.bat b/cores/production/standard-cortex-m4f/pr.bat index 4616c20..51197e5 100644 --- a/cores/production/standard-cortex-m4f/pr.bat +++ b/cores/production/standard-cortex-m4f/pr.bat @@ -1,4 +1,4 @@ echo off iccarm -I src --silent --preprocess=n temp.i --preinclude %1 %2 type temp.i -del temp.i \ No newline at end of file +del temp.i diff --git a/cores/production/standard-cortex-m7f/pr.bat b/cores/production/standard-cortex-m7f/pr.bat index 4616c20..51197e5 100644 --- a/cores/production/standard-cortex-m7f/pr.bat +++ b/cores/production/standard-cortex-m7f/pr.bat @@ -1,4 +1,4 @@ echo off iccarm -I src --silent --preprocess=n temp.i --preinclude %1 %2 type temp.i -del temp.i \ No newline at end of file +del temp.i