mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-24 14:58:09 +00:00
fix a warning
This commit is contained in:
parent
03f07025e3
commit
23ebeaf41a
1 changed files with 1 additions and 1 deletions
|
@ -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: () = {
|
||||
|
|
Loading…
Reference in a new issue