Skip to content

Commit

Permalink
update bcm2835 lib to v1.73
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jan 3, 2024
1 parent 053d0f7 commit 9b94552
Show file tree
Hide file tree
Showing 4 changed files with 378 additions and 338 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpp_lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
--tidy-checks='-*' \
--files-changed-only='False' \
--extensions=${{ inputs.extensions }} \
--ignore='${{ inputs.ignore-pattern }}'
--ignore='${{ inputs.ignore }}'
- name: Linter checks failed?
if: steps.linter.outputs.checks-failed > 0
run: exit 1
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ exclude: >
test.*\.md|
test.*\.txt|
test.*\.html|
src/utility/bcm2xxx/bcm2835.*
)$
repos:

Expand Down
Loading

0 comments on commit 9b94552

Please sign in to comment.