diff options
| author | MasterPhi <[email protected]> | 2021-09-07 12:32:17 +0200 |
|---|---|---|
| committer | MasterPhi <[email protected]> | 2021-09-07 12:32:17 +0200 |
| commit | a754205acb391b7605c835657c22c0a6c155c28e (patch) | |
| tree | 23e663095983c9eeaffe13224dcaa4cc02bca2a2 /tools | |
| parent | f735ee4f3618d14511416310f12bd087d8c1f59c (diff) | |
Rename iar.ipcf to iar_template.ipcf
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/iar_gen.py | 2 | ||||
| -rw-r--r-- | tools/iar_template.ipcf (renamed from tools/iar.ipcf) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/iar_gen.py b/tools/iar_gen.py index b8c270ff7..73c8b29fc 100644 --- a/tools/iar_gen.py +++ b/tools/iar_gen.py @@ -5,7 +5,7 @@ import xml.dom.minidom as XML # Read base configuration base = "" -with open("iar.ipcf") as f: +with open("iar_template.ipcf") as f: base = f.read() # Enumerate all device/host examples diff --git a/tools/iar.ipcf b/tools/iar_template.ipcf index b8e50a1d2..b8e50a1d2 100644 --- a/tools/iar.ipcf +++ b/tools/iar_template.ipcf |
