Prechádzať zdrojové kódy

fix(prototyper): Removed redundant comments

guttatus 6 mesiacov pred
rodič
commit
36a753e7fe
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  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;