Rename iar.ipcf to iar_template.ipcf

This commit is contained in:
MasterPhi 2021-09-07 12:32:17 +02:00
parent f735ee4f36
commit a754205acb
2 changed files with 1 additions and 1 deletions

View File

@ -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