Fix filter bitmask generation 76/23176/1 8.0.4 halibut/8.0.4 halibut_8.0.4
authorScott Murray <scott.murray@konsulko.com>
Tue, 3 Dec 2019 22:17:07 +0000 (17:17 -0500)
committerScott Murray <scott.murray@konsulko.com>
Tue, 3 Dec 2019 22:17:07 +0000 (17:17 -0500)
commit8d3076f85b2d86dda00ff88898951d49c98596c9
tree8d48f14b94608d3097eaf6b7e0ab14a8a80a8b15
parent12e75ea716e1b5054be0228e2859e14a11be622a
Fix filter bitmask generation

Fix filter bitmask generation in encoder_t::encode_data; the mask
bits need to be left-aligned in each byte, not right-aligned.

Bug-AGL: SPEC-3013

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ie084f81e3d8c06e69b5bb7562055187395099ac7
low-can-binding/can/can-encoder.cpp