Skip to content

Reset timeout of the serial rx after receive a byte #16

Reset timeout of the serial rx after receive a byte

Reset timeout of the serial rx after receive a byte #16

Workflow file for this run

name: rustfmt
on:
pull_request:
branches: [ "main" ]
jobs:
fmt-check:
name: Check code style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run rustfmt
run: |
cargo fmt --all -- --check