Skip to content

Commit

Permalink
last instant debug
Browse files Browse the repository at this point in the history
  • Loading branch information
agaget committed Jan 31, 2024
1 parent 361452f commit 9ee1b46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mrmShared/src/mrmSeq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,8 @@ void SoftSequence::commit()
conf.times.size());
conf.codes.resize(buflen);
conf.times.resize(buflen);
conf.enables.resize(buflen);
conf.masks.resize(buflen);

// ensure presence of trailing end of sequence marker event 0x7f
if(conf.codes.empty() || conf.codes.back()!=0x7f)
Expand Down

0 comments on commit 9ee1b46

Please sign in to comment.