Skip to content

Conversation

maxime-desroches
Copy link
Contributor

Only removed unused ones. Will have to plan how to deal with false positives from cppcheck

#define PULL_DOWN 2

#define OUTPUT_TYPE_PUSH_PULL 0U
#define OUTPUT_TYPE_OPEN_DRAIN 1U
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd just make these an enum

@dzid26
Copy link
Contributor

dzid26 commented Sep 23, 2024

Will have to plan how to deal with false positives from cppcheck

That's where I got stuck. i think the best way would be to use --project option with compile database json from scons 310f1aa to give cppcheck all the information about the program configurations.

But first this test needs to be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants