rearranged and simplified configuration files

This commit is contained in:
Jakub Husak
2023-02-10 00:17:57 +01:00
parent d85a75eb36
commit b3c933a99f
39 changed files with 190 additions and 246 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ catalog=$(dirname "$outfile")
outfile=$(basename "$outfile")flasher
cd "$dirname"
mads ../../lib/flashwrite.asx -m:macroflashname.asx -o:"$outfile".xex || exit
mads -m:macroflashname.asx ../../lib/flashwrite.asx -o:"$outfile".xex || exit
echo Created file "$outfile".xex
#cd "$oldpwd"