Преглед на файлове

fix(prototyper): Removed redundant comments

guttatus преди 6 месеца
родител
ревизия
36a753e7fe
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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;