Skip to content

Commit

Permalink
Teste
Browse files Browse the repository at this point in the history
  • Loading branch information
Imeguras committed Mar 12, 2024
1 parent c1d1d05 commit 65f1a8b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: cppcheck-action-test
on: [push]

jobs:
build:
name: cppcheck-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: cppcheck
uses: deep5050/cppcheck-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN}}

4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Note: **Windows might not have git configured to work in your command prompt** y
```
git submodule add https://github.com/FSLART/Can-Header-Map <directory-you-want-your-file-to-be>
```
TODO: EXAMPLE FOR DEFAULT MPLAB SETUP

## How it works

Expand All @@ -49,12 +50,11 @@ As such this library is designed to be easy to install, light, and easy to work

See: Contributing

## It doesnt even work properly!!!
## It doesn't even work properly!!!

See: Contributing

## Headers
All headers for both can and canfd are prefixed with CAN(all in caps), and suffixed with db and its respective extension
CAN_asdb.h : Contains the header for the autonomous system bus
CAN_datadb.h : Contains the header for the data bus

0 comments on commit 65f1a8b

Please sign in to comment.