Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Mar 17, 2023
1 parent df0506e commit d235e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c1minimal/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ use usb_device::{class_prelude::*, prelude::*};
use usbd_serial::{SerialPort, USB_CLASS_CDC};

// Used to demonstrate writing formatted strings
use core::fmt::Write;
use heapless::String;
// use core::fmt::Write;
// use heapless::String;

// RGB LED
use smart_leds::{colors, SmartLedsWrite, RGB8};
Expand Down

0 comments on commit d235e99

Please sign in to comment.