Skip to content

Added PB8/PB9 pin definitions for USART3 #77

Added PB8/PB9 pin definitions for USART3

Added PB8/PB9 pin definitions for USART3 #77

Workflow file for this run

name: rust format
on:
push:
branches: [master]
pull_request:
merge_group:
jobs:
rustfmt:
name: Rustfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: rustfmt
- run: cargo fmt --all --check