Warnings removal
This commit is contained in:
parent
543ef3d96f
commit
53c71d9183
5 changed files with 10 additions and 12 deletions
|
@ -196,7 +196,6 @@ pub unsafe extern fn kstart_ap(stack_start: usize, stack_end: usize) -> ! {
|
|||
}
|
||||
|
||||
if let Some(ref mut display) = *device::display::DISPLAY.lock() {
|
||||
let width = display.width;
|
||||
display.char(0, ap_number * 16, (ap_number as u8 + b'0') as char, 0xFF00);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue