Skip to content

Commit

Permalink
Merge pull request cnlohr#428 from Community-PIO-CH32V/master
Browse files Browse the repository at this point in the history
[PIO] Fix include path for assembly files
  • Loading branch information
cnlohr authored Oct 28, 2024
2 parents 2cee0ac + 31425df commit e6130b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/add_include.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
# propagate to all construction environments
for e in env, projenv, DefaultEnvironment():
e.Append(CCFLAGS=[("-I", example_folder)])
e.Append(ASFLAGS=[("-I", example_folder)])
e.Append(CPPPATH=[example_folder])

0 comments on commit e6130b3

Please sign in to comment.