Skip to content

mpfs/px4io_serial.cpp: Remove unnecessary critical section #750

mpfs/px4io_serial.cpp: Remove unnecessary critical section

mpfs/px4io_serial.cpp: Remove unnecessary critical section #750

# Make check_format before PULLREQUEST.
name: check_format
on: [pull_request]
jobs:
main:
name: Validate testfile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint
run: |
sudo apt update -y && sudo apt install -y --no-install-recommends make astyle
make check_format