sync: flatten module structure.

This commit is contained in:
Dario Nieuwenhuis
2022-08-22 22:00:06 +02:00
parent 21072bee48
commit 5677b13a86
19 changed files with 18 additions and 21 deletions

View File

@ -16,7 +16,7 @@ use embassy_stm32::time::Hertz;
use embassy_stm32::usb::Driver;
use embassy_stm32::{interrupt, Config};
use embassy_sync::blocking_mutex::raw::ThreadModeRawMutex;
use embassy_sync::channel::mpmc::Channel;
use embassy_sync::channel::Channel;
use embassy_usb::{Builder, UsbDevice};
use embassy_usb_ncm::{CdcNcmClass, Receiver, Sender, State};
use embedded_io::asynch::{Read, Write};