Warnings removal
This commit is contained in:
parent
543ef3d96f
commit
53c71d9183
5 changed files with 10 additions and 12 deletions
|
@ -19,7 +19,7 @@ interrupt!(pit, {
|
|||
let low = io::inb(0x40);
|
||||
let high = io::inb(0x40);
|
||||
let count = (high as u16) << 8 | (low as u16);
|
||||
let missed = 5370 - count;
|
||||
let _missed = 5370 - count;
|
||||
master_ack();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue