Fix qemu mmio range
This commit is contained in:
parent
1b1361c6c0
commit
88d0d2164f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ pub const CLOCK_FREQ: usize = 12500000;
|
|||
|
||||
#[cfg(feature = "board_qemu")]
|
||||
pub const MMIO: &[(usize, usize)] = &[
|
||||
(0x10000000, 0x10000),
|
||||
(0x10001000, 0x1000),
|
||||
];
|
||||
|
||||
#[cfg(feature = "board_k210")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue