preproc guards #612
Labels
No Label
API Change
Breaking API Change
bug
build
cosmetics
Documentation
duplicate
feature
help wanted
hotfix
invalid
question
Refactor
Tests
wontfix
No Milestone
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: fsfw/fsfw#612
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "eive/fsfw:mueller/missing-preproc-defs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Those were missing
Missing in Line 219
There is only a "switch" left in
parseFindeLineResult
. This seems strange to me.Re: the switch, this is correct. The
#if
as well as the#else
path both have (redundant) cases, so there will always be some.Ah sorry, my fault.
Good to merge?
I think my other comment is correct
sif::warning << "LinuxLibgpioIF::pullHigh: Unknown GPIO ID " << gpioId << std::endl;
There are a few prints that will only perform if the ostreams are used but I'm ok with that.