Skip to content

Commit 1fae8e7

Browse files
committed
fixed PTP IEEE standard number in doc
1 parent 0867d88 commit 1fae8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ptp/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub use subseconds::{Subseconds, NANOS_PER_SECOND, SUBSECONDS_PER_SECOND, SUBSEC
1616
mod pps_pin;
1717
pub use pps_pin::PPSPin;
1818

19-
/// Access to the IEEE 1508v2 PTP peripheral present on the ethernet peripheral.
19+
/// Access to the IEEE 1588v2 PTP peripheral present on the ethernet peripheral.
2020
///
2121
/// On STM32FXXX's, the PTP peripheral has/uses the following important parts:
2222
/// * HCLK (the chip's high speed clock, configured externally).

0 commit comments

Comments
 (0)