Просмотр исходного кода

Rename iar.ipcf to iar_template.ipcf

MasterPhi 4 лет назад
Родитель
Сommit
a754205acb
2 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/iar_gen.py
  2. 0 0
      tools/iar_template.ipcf

+ 1 - 1
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

+ 0 - 0
tools/iar.ipcf → tools/iar_template.ipcf