Skip to content

Updates the DMAC peripheral to use the clock::v2 API #2606

Updates the DMAC peripheral to use the clock::v2 API

Updates the DMAC peripheral to use the clock::v2 API #2606

Workflow file for this run

name: Rust Formatting
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install Rust
run: |
rustup set profile minimal
rustup override set nightly
rustup component add rustfmt
- name: Rustfmt
run: ./rustfmt.sh