Skip to content

Commit a754205

Browse files
committed
Rename iar.ipcf to iar_template.ipcf
1 parent f735ee4 commit a754205

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tools/iar_gen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Read base configuration
77
base = ""
8-
with open("iar.ipcf") as f:
8+
with open("iar_template.ipcf") as f:
99
base = f.read()
1010

1111
# Enumerate all device/host examples
File renamed without changes.

0 commit comments

Comments
 (0)