Skip to content

Logic error in DigitizerDataFragment.hpp

Samuel Ross Meehan requested to merge patch-1 into master

There was a logical error when decoding the digitizer fragment header. I had used a logical OR instead of a bitwise OR. This means that the entire payload was being interpreted as coming from a single enabled channel [0].

The CI may be failing.

Merge request reports