fix a warning

This commit is contained in:
Jorge Aparicio 2020-07-10 11:10:53 +02:00
parent 03f07025e3
commit 23ebeaf41a

View file

@ -8,7 +8,7 @@ use dk::{
use panic_log as _; // panic handler
// use one of these
use usb2::{GetDescriptor as Descriptor, StandardRequest as Request, State};
use usb2::{GetDescriptor as Descriptor, StandardRequest as Request};
#[rtic::app(device = dk)]
const APP: () = {