From 2cef652f57f26fa40ff4f2cc7c7ffd959f6aed53 Mon Sep 17 00:00:00 2001 From: krarpit Date: Fri, 9 Aug 2024 18:41:36 -0700 Subject: [PATCH] type state is overkill for this --- src/maestro/builder.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/maestro/builder.rs b/src/maestro/builder.rs index e5449c3..234108e 100644 --- a/src/maestro/builder.rs +++ b/src/maestro/builder.rs @@ -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.