We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e8257 commit 76f2da4Copy full SHA for 76f2da4
examples/async-rtic-timestamp.rs
@@ -6,7 +6,8 @@
6
//!
7
//! This example is used to demonstrate async abilities, and requires nightly to build.
8
9
-//! A very rudimentary PTP synchronization example built using RTIC, on the async branch.
+//! A very rudimentary PTP synchronization example built using RTICv2. This example requires a
10
+//! **nightly** toolchain.
11
12
//! The example requires that at least two nodes are running at the same time,
13
//! and the time synchronization that occurs does not explicitly compensate for
0 commit comments