create template fodler

This commit is contained in:
Gabor Kiss-Vamosi
2019-03-18 05:22:06 +01:00
parent f51bf17e39
commit 3198340451
8 changed files with 1 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ Generates a chechker file for lv_conf.h from lv_conf_templ.h define all the not
import re
fin = open("../src/lv_conf_templ.h", "r");
fin = open("../templates/lv_conf_templ.h", "r");
fout = open("../src/lv_conf_checker.h", "w");