Skip to content

Commit

Permalink
changed generate code
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewI26 committed Nov 11, 2024
1 parent e6fffaa commit 37459d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cangen/cangen/can_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,4 @@ def generate_can_for_project(project_folder_name: str):

os.chdir(config.output_dir)
for bus in config.busses:
_generate_code(bus, config)
_generate_code(bus)

0 comments on commit 37459d0

Please sign in to comment.