mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-13 01:15:01 +00:00
Rename iar.ipcf to iar_template.ipcf
This commit is contained in:
parent
f735ee4f36
commit
a754205acb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user