X-Git-Url: https://code.octet-stream.net/m17rt/blobdiff_plain/6437aa4e3e028e05ea84af469b15ed91ba0d8cc2..2813fcb83452c7fd91d799a984613a616180a067:/m17core/src/tnc.rs?ds=sidebyside diff --git a/m17core/src/tnc.rs b/m17core/src/tnc.rs index a6af088..79adaa4 100644 --- a/m17core/src/tnc.rs +++ b/m17core/src/tnc.rs @@ -12,7 +12,7 @@ impl SoftTnc { Ok(()) } - /// + /// Update the number of samples that have been received by the incoming stream, as a form of timekeeping pub fn advance_samples(&mut self, _samples: u64) {} pub fn set_data_carrier_detect(&mut self, _dcd: bool) {}