Skip to content

Commit

Permalink
type state is overkill for this
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarpit committed Aug 10, 2024
1 parent b5df68e commit 2cef652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/maestro/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ pub struct Builder {
/// ### Purpose:
/// Indicates whether the Maestro is connected using USB.
pub using_usb_serial: bool,


}

// TODO: @krarpit typestate for builder to provide a method to configure virtual serial
// port to connect to
impl Builder {
/// ### Purpose:
/// Convenience function to configure the baudrate for this builder.
Expand Down

0 comments on commit 2cef652

Please sign in to comment.