update lv_conf_checker.h

This commit is contained in:
Gabor Kiss-Vamosi
2019-03-24 07:31:56 +01:00
parent f7f1b5c5ea
commit a402f8258d
2 changed files with 4 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("../templates/lv_conf_templ.h", "r");
fin = open("../lv_conf_template.h", "r");
fout = open("../src/lv_conf_checker.h", "w");