Skip to content
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.

Commit

Permalink
Fixed bug in Triggers::reset: Code was not updating chain limits afte…
Browse files Browse the repository at this point in the history
…r a reset.
  • Loading branch information
Joseph Rahmeh committed Dec 14, 2018
1 parent c3868e1 commit 8088d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Triggers.cpp
Expand Up @@ -284,6 +284,7 @@ Triggers<URV>::reset()
{
for (auto& trigger : triggers_)
trigger.reset();
defineChainBounds();
}


Expand Down
2 changes: 1 addition & 1 deletion whisper.cpp
Expand Up @@ -2857,7 +2857,7 @@ main(int argc, char* argv[])
return 1;

unsigned version = 1;
unsigned subversion = 223;
unsigned subversion = 224;
if (args.version)
std::cout << "Version " << version << "." << subversion << " compiled on "
<< __DATE__ << " at " << __TIME__ << '\n';
Expand Down

0 comments on commit 8088d23

Please sign in to comment.