Selaa lähdekoodia

fix(prototyper): Removed redundant comments

guttatus 6 kuukautta sitten
vanhempi
commit
36a753e7fe
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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;