Skip to content

Commit

Permalink
fix: FRIB build compliance added.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Dec 5, 2024
1 parent 33e63d6 commit 7f143a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion evrApp/src/evr/evr.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ class epicsShareClass EVR : public mrf::ObjectInst<EVR>
*@param clk Clock rate in Hz
*/
virtual void clockSet(double clk)=0;
virtual void resetFracSynth()=0;
// Reset the Fractional Synthesizer
virtual void resetFracSynth(){};

//! Internal PLL Status
virtual bool pllLocked() const=0;
Expand Down

0 comments on commit 7f143a6

Please sign in to comment.