]> code.octet-stream.net Git - m17rt/blobdiff - m17core/src/tnc.rs
Support for baseband output to a soundcard
[m17rt] / m17core / src / tnc.rs
index ee0fa30960a5f8e8d247e586736ff370e66bc08e..785194828f49c394dd52fe0102171e77ecdfd176 100644 (file)
@@ -212,6 +212,7 @@ impl SoftTnc {
     }
 
     pub fn set_tx_end_time(&mut self, in_samples: usize) {
+        log::debug!("tnc has been told that tx will complete in {in_samples} samples");
         match self.state {
             State::TxEnding => {
                 self.state = State::TxEndingAtTime(self.now + in_samples as u64);