usb: move all control-related stuff to mod control.

This commit is contained in:
Dario Nieuwenhuis
2022-03-28 03:27:21 +02:00
parent 15cc97d794
commit 2b547f311e
5 changed files with 109 additions and 111 deletions

View File

@ -1,6 +1,6 @@
use heapless::Vec;
use super::class::ControlHandler;
use super::control::ControlHandler;
use super::descriptor::{BosWriter, DescriptorWriter};
use super::driver::{Driver, EndpointAllocError};
use super::types::*;