Add dependencies on crossbeam and conquer_once to define a SCANCODE_QUEUE

This commit is contained in:
Philipp Oppermann
2020-03-27 13:14:57 +01:00
parent 629fe0fdec
commit 71b10a70df
4 changed files with 62 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ use core::{
task::{Context, Poll},
};
pub mod keyboard;
pub mod simple_executor;
pub struct Task {