Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
wardru committed Nov 7, 2023
2 parents b684d68 + bff05f1 commit 35dbcae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/pza/interfaces/bps_chan_ctrl.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ void bps_chan_ctrl::add_enable_callback(const std::function<void(bool)> &callbac
void bps_chan_ctrl::remove_enable_callback(const std::function<void(bool)> &callback)
{
_enable.get_field<bool>("value").remove_get_callback(callback);
}
}

0 comments on commit 35dbcae

Please sign in to comment.