Skip to content

Commit

Permalink
Merge pull request #302 from anarkiwi/hf
Browse files Browse the repository at this point in the history
hotfix open sample clock.
  • Loading branch information
anarkiwi authored Aug 4, 2024
2 parents 55eb179 + de55ade commit 1fa7873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/write_freq_samples_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ void write_freq_samples_impl::close_() {
if (capture_q_.empty()) {
capture_item_type capture_item;
capture_item.rx_freq = last_rx_freq_;
capture_item.sample_clock = 0;
capture_item.sample_clock = open_sample_clock_;
capture_q_.push(capture_item);
}
while (!capture_q_.empty()) {
Expand Down

0 comments on commit 1fa7873

Please sign in to comment.