Remove K210 support.
This commit is contained in:
parent
afe83aa7f7
commit
66a93a40a7
5 changed files with 6 additions and 44 deletions
|
@ -31,10 +31,6 @@ extern crate alloc;
|
|||
#[macro_use]
|
||||
extern crate bitflags;
|
||||
|
||||
#[cfg(feature = "board_k210")]
|
||||
#[path = "boards/k210.rs"]
|
||||
mod board;
|
||||
#[cfg(not(any(feature = "board_k210")))]
|
||||
#[path = "boards/qemu.rs"]
|
||||
mod board;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue