Remove K210 support.

This commit is contained in:
Yifan Wu 2022-12-14 00:04:55 +08:00
parent 82aff1d510
commit 19964a0ced
3 changed files with 1 additions and 11 deletions

View file

@ -1,3 +0,0 @@
//! Constants used in rCore for K210 devel board
pub const CLOCK_FREQ: usize = 403000000 / 62;