Skip to content

add support for multichannel and CAN-FD #171

add support for multichannel and CAN-FD

add support for multichannel and CAN-FD #171

Workflow file for this run

name: PR
on: [ pull_request ]
jobs:
cpp_style_check:
runs-on: ubuntu-latest
name: Check C Styling
steps:
- name: Checkout this commit
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: uncrustify check
uses: Daniel-Trevitz/uncrustify-check@v1
with:
configFile: 'uncrustify.cfg'
checkedPaths: 'src;include'