X-Git-Url: https://code.octet-stream.net/m17rt/blobdiff_plain/e67ea96c8a3d7c23ba29c6ed91ddb451927176a1..2813fcb83452c7fd91d799a984613a616180a067:/m17core/src/tnc.rs 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) {}