Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dzid26 committed May 26, 2024
1 parent 0e1fc0e commit 7d1a353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/misra/test_misra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ cppcheck() {

# unused needs to run globally
PANDA_OPTS="$PANDA_DIR/board/main.c \
--enable=all --disable=unusedFunction --addon=misra"\
-DENABLE_SPI -DPANDA -DUID_BASE
--enable=all --disable=unusedFunction --addon=misra\
-DENABLE_SPI -DPANDA -DUID_BASE"

printf "\n${GREEN}** PANDA F4 CODE **${NC}\n"
cppcheck $PANDA_OPTS -DSTM32F4 -DSTM32F413xx
Expand Down

0 comments on commit 7d1a353

Please sign in to comment.