wpan: fully implement initial draft concept

This commit is contained in:
xoviat
2023-07-18 18:28:12 -05:00
parent d040871f7a
commit 890d113b85
6 changed files with 80 additions and 50 deletions

View File

@ -25,7 +25,7 @@ async fn run_mm_queue(memory_manager: mm::MemoryManager) {
}
#[embassy_executor::task]
async fn run_mac(runner: &'static Runner) {
async fn run_mac(runner: &'static Runner<'static>) {
runner.run().await;
}