Skip to content

Commit

Permalink
yo
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Dec 23, 2023
1 parent 0a6d2db commit 8d7f1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/pio_lib_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
user_dbc_files = env.subst(env.GetProjectOption("user_dbcs", ""))

dbc_files = fs.match_src_files(project_dir, user_dbc_files)
if not len(protos_files):
if not len(dbc_files):
print("[nanopb] ERROR: No files matched pattern:")
print(f"user_dbcs: {user_dbc_files}")
exit(1)
Expand Down

0 comments on commit 8d7f1a4

Please sign in to comment.