Skip to content

Update stm32h5-staging crate to bring in STM32H523/STM32H533 PAC support #174

Update stm32h5-staging crate to bring in STM32H523/STM32H533 PAC support

Update stm32h5-staging crate to bring in STM32H523/STM32H533 PAC support #174

Workflow file for this run

on:
push:
branches: [ master ]
pull_request:
name: rustfmt
jobs:
fmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check formatting
run: cargo fmt --all -- --check