now only an example using a central tm creator is required

This commit is contained in:
Robin Müller 2022-09-07 15:21:44 +02:00
parent c46ef46e7d
commit 8a688294cf
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -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;