X-Git-Url: https://code.octet-stream.net/m17rt/blobdiff_plain/d5f46a2d5d294c5a4287780dd609475fa73df9a8..bc6fb90d7053082e7aaf261f4da8905c49e9fe01:/m17core/src/modem.rs diff --git a/m17core/src/modem.rs b/m17core/src/modem.rs index 8cbd003..3d4890a 100644 --- a/m17core/src/modem.rs +++ b/m17core/src/modem.rs @@ -503,6 +503,12 @@ impl Modulator for SoftModulator { } } +impl Default for SoftModulator { + fn default() -> Self { + Self::new() + } +} + #[derive(Debug)] pub(crate) struct DecodeCandidate { burst: SyncBurst,