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