remove extra number from pronto (#7263)

This commit is contained in:
Samuel Sieb 2024-08-14 00:55:23 -07:00 committed by Jesse Hills
parent b654dea55e
commit bc20fd57fe
No known key found for this signature in database
GPG key ID: BEAAE804EFD8E83A

View file

@ -201,9 +201,6 @@ std::string ProntoProtocol::compensate_and_dump_sequence_(const RawTimings &data
out += dump_duration_(t_duration, timebase);
}
// append minimum gap
out += dump_duration_(PRONTO_DEFAULT_GAP, timebase, true);
return out;
}