Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
docs: document SerialPort
Browse files Browse the repository at this point in the history
  • Loading branch information
Tropix126 committed Feb 16, 2024
1 parent 2175d38 commit dbcf0c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/pros/src/devices/smart/serial.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use snafu::Snafu;
use super::{SmartDevice, SmartDeviceType, SmartPort};
use crate::error::{bail_on, map_errno, PortError};

/// Represents a smart port configured as a generic serial controller.
#[derive(Debug, Eq, PartialEq)]
pub struct SerialPort {
port: SmartPort,
Expand Down

0 comments on commit dbcf0c0

Please sign in to comment.