mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-13 10:09:30 +00:00
fix bit counts (#2894)
This commit is contained in:
@@ -57,7 +57,7 @@ class FProtoSubCarSubaru : public FProtoSubCarBase {
|
||||
// uint8_t button = b[0] & 0x0F;
|
||||
// uint16_t cnt;
|
||||
// subaru_decode_count(b, &cnt);
|
||||
data_count_bit = decode_count_bit;
|
||||
data_count_bit = bit_count;
|
||||
if (callback) {
|
||||
callback(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user