We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727182e commit 14786e1Copy full SHA for 14786e1
1 file changed
riscv64/src/platform/virt/devcons.rs
@@ -31,7 +31,7 @@ pub fn init(dt: &DeviceTree) {
31
32
pub fn init_sbi() {
33
Console::new(|| {
34
- let mut uart = Sbi::new();
+ let uart = Sbi::new();
35
36
static mut UART: MaybeUninit<Sbi> = MaybeUninit::uninit();
37
0 commit comments