Browse Source

fix(prototyper): Removed redundant comments

guttatus 6 tháng trước cách đây
mục cha
commit
36a753e7fe
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      prototyper/src/sbi/console.rs

+ 0 - 1
prototyper/src/sbi/console.rs

@@ -3,7 +3,6 @@ use rustsbi::{Console, Physical, SbiRet};
 use spin::Mutex;
 use crate::board::SBI_IMPL;
 
-///////////////////////////////////// NEW CODE /////////////////////////////////////////////////
 pub trait ConsoleDevice {
     fn read(&self, buf: &mut [u8]) -> usize;
     fn write(&self, buf: &[u8]) -> usize;