Skip to content

Commit

Permalink
firmware: Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahix committed Jul 9, 2024
1 parent f3197c3 commit 3bcc0cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firmware/src/usb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use core::cell::{Cell, RefCell};
use embedded_hal::digital::v2::OutputPin;
use rtt_target::rprintln;

#[allow(dead_code)]
#[derive(Debug)]
pub enum Error {
Usb(usb_device::UsbError),
Expand Down

0 comments on commit 3bcc0cd

Please sign in to comment.