Skip to content

Commit

Permalink
fix rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
d-a-v committed Oct 14, 2021
1 parent 7d00d62 commit 26431fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacy/builder/ctags_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (s *CTagsRunner) Run(ctx *types.Context) error {

parser := &ctags.CTagsParser{}

ctx.CTagsOfPreprocessedSource, ctx.Arduifines = parser.Parse(ctx.CTagsOutput, ctx.Sketch.MainFile.Name)
ctx.CTagsOfPreprocessedSource, ctx.Arduifines = parser.Parse(ctx.CTagsOutput, ctx.Sketch.MainFile)
parser.FixCLinkageTagsDeclarations(ctx.CTagsOfPreprocessedSource)

protos, line := parser.GeneratePrototypes()
Expand Down

0 comments on commit 26431fc

Please sign in to comment.