Skip to content

Commit

Permalink
chore: correcting filename
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbrendel committed Nov 24, 2023
1 parent 999da47 commit 6d9d49e
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 XMC4100.svd
svd2rust -i XMC4300.svd
mkdir src
form -i lib.rs -o src/
cargo fmt
Expand Down

0 comments on commit 6d9d49e

Please sign in to comment.