Skip to content

Commit aaf2e0b

Browse files
starting config json
1 parent ccc9eaa commit aaf2e0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cangen/code-gen/codegen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from jinja2 import Environment, FileSystemLoader
44
import json
55

6-
with open('../can-messages/mpu.json', 'r') as json_file:
6+
with open('../can-messages/config.json', 'r') as json_file:
77
json = json.loads(json_file.read())
88
json_file.close()
99

0 commit comments

Comments
 (0)