Reset the interrupt frame counter when muting signal generator
Some checks are pending
continuous-integration/drone Build is running
Some checks are pending
continuous-integration/drone Build is running
This commit is contained in:
parent
376e0dc85c
commit
77a7e46f9d
@ -90,5 +90,6 @@ void Siggen::reset(const d newFs) {
|
||||
assert(f.second);
|
||||
f.second->reset();
|
||||
}
|
||||
_interruption_frame_count = 0;
|
||||
resetImpl();
|
||||
}
|
||||
|
@ -75,7 +75,7 @@ public:
|
||||
*
|
||||
* @param mute if tre
|
||||
*/
|
||||
void setMute(bool mute = true) { _muted = mute; }
|
||||
void setMute(bool mute = true) { _muted = mute; _interruption_frame_count=0; }
|
||||
|
||||
/**
|
||||
* @brief Set the level of the signal generator
|
||||
|
Loading…
Reference in New Issue
Block a user