diff --git a/src/lib.rs b/src/lib.rs index 65872a7..2fdd3bd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -171,7 +171,7 @@ pub struct Device { /// Whatever version information the device returned. pub subtype: Option, /// Device speed in bits per second. - pub bps: Option, + pub bps: Option, /// N, O or E for no parity, odd, or even. pub parity: Option, /// Stop bits (1 or 2).