Skip to content

Commit

Permalink
gpio: fix data race in StepperDriver
Browse files Browse the repository at this point in the history
  • Loading branch information
gen2thomas committed Nov 9, 2023
1 parent 9e311b2 commit 6e0f223
Show file tree
Hide file tree
Showing 7 changed files with 1,269 additions and 698 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ fmt_check:
fmt_fix:
$(MAKE) version_check || true
gofumpt -l -w .
golangci-lint run -v --fix

examples: $(EXAMPLES)

Expand Down
Loading

0 comments on commit 6e0f223

Please # to comment.