소스 검색

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;