diff --git a/fsrc-core/src/pus/verification.rs b/fsrc-core/src/pus/verification.rs index 0eb29a6..e3646bb 100644 --- a/fsrc-core/src/pus/verification.rs +++ b/fsrc-core/src/pus/verification.rs @@ -9,6 +9,9 @@ //! //! # Examples //! +//! Basic single-threaded example where a full success sequence for a given ping telecommand is +//! executed. Note that the verification port could also be done in a separate thread. +//! //! ``` //! use std::sync::{Arc, RwLock}; //! use std::time::Duration;