mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-13 18:19:33 +00:00
fix bit counts (#2894)
This commit is contained in:
@@ -121,6 +121,7 @@ class FProtoSubCarFordV0 : public FProtoSubCarBase {
|
||||
instance->generic.btn = instance->button;
|
||||
instance->generic.cnt = instance->count;
|
||||
*/
|
||||
data_count_bit = 64;
|
||||
if (callback) {
|
||||
callback(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user