We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613f77c commit 818363fCopy full SHA for 818363f
os/src/config.rs
@@ -18,7 +18,7 @@ pub const CLOCK_FREQ: usize = 12500000;
18
19
#[cfg(feature = "board_qemu")]
20
pub const MMIO: &[(usize, usize)] = &[
21
- (0x10000000, 0x10000),
+ (0x10001000, 0x1000),
22
];
23
24
#[cfg(feature = "board_k210")]
0 commit comments