Skip to content

Commit 76f2da4

Browse files
committed
Add note about nightly toolchain
1 parent d0e8257 commit 76f2da4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/async-rtic-timestamp.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
//!
77
//! This example is used to demonstrate async abilities, and requires nightly to build.
88
//!
9-
//! A very rudimentary PTP synchronization example built using RTIC, on the async branch.
9+
//! A very rudimentary PTP synchronization example built using RTICv2. This example requires a
10+
//! **nightly** toolchain.
1011
//!
1112
//! The example requires that at least two nodes are running at the same time,
1213
//! and the time synchronization that occurs does not explicitly compensate for

0 commit comments

Comments
 (0)