Remove K210 support.

This commit is contained in:
Yifan Wu 2022-12-13 23:09:09 +08:00
parent afe83aa7f7
commit 66a93a40a7
5 changed files with 6 additions and 44 deletions

View file

@ -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;