Skip to content

Commit

Permalink
chore: update update.yml
Browse files Browse the repository at this point in the history
adding missing argument to keep formatting consistent
  • Loading branch information
lucasbrendel authored May 1, 2024
1 parent 00e011c commit a0a2b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
token: '${{ secrets.GITHUB_TOKEN }}'
- run: |
rm -r src/
svd2rust -i XMC4300.svd
svd2rust -i XMC4300.svd --ident-formats-theme legacy
mkdir src
form -i lib.rs -o src/
cargo fmt
Expand Down

0 comments on commit a0a2b15

Please sign in to comment.