Move embassy-net-driver-channel::zerocopy_channel to embassy_sync::zero_copy_channel

This commit is contained in:
Ruben De Smet
2023-08-11 12:04:30 +02:00
committed by Dario Nieuwenhuis
parent 3295ec94e5
commit a2656f402b
3 changed files with 223 additions and 224 deletions

View File

@ -17,3 +17,4 @@ pub mod pipe;
pub mod pubsub;
pub mod signal;
pub mod waitqueue;
pub mod zero_copy_channel;