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 f94bed9 commit 3cf1e36Copy full SHA for 3cf1e36
svd-rs/src/peripheral.rs
@@ -60,7 +60,7 @@ pub struct PeripheralInfo {
60
)]
61
pub alternate_peripheral: Option<String>,
62
63
- /// Assigns this peripheral to a group of peripherals. This is only used bye the System View
+ /// Assigns this peripheral to a group of peripherals. This is only used by the System View
64
#[cfg_attr(
65
feature = "serde",
66
serde(default, skip_serializing_if = "Option::is_none")
0 commit comments