mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-11 13:01:30 +11:00
Fixed doc test
This commit is contained in:
parent
9e75cec551
commit
b3b4d9ff6f
|
@ -61,7 +61,8 @@ pub enum Parity {
|
||||||
/// A struct holding the configuration for an UART device.
|
/// A struct holding the configuration for an UART device.
|
||||||
///
|
///
|
||||||
/// The `Default` implementation implements the following values:
|
/// The `Default` implementation implements the following values:
|
||||||
/// ```
|
/// ```ignore
|
||||||
|
/// # // can't actually create this with the non_exhaustive attribute
|
||||||
/// UartConfig {
|
/// UartConfig {
|
||||||
/// baudrate: Baud(0),
|
/// baudrate: Baud(0),
|
||||||
/// data_bits: DataBits::Eight,
|
/// data_bits: DataBits::Eight,
|
||||||
|
|
Loading…
Reference in a new issue