Skip to content

Commit b8e1188

Browse files
committed
Merge branch 'master' of https://github.com/rust-osdev/ps2-mouse
2 parents 2369054 + 7e93c05 commit b8e1188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub static MOUSE: Lazy<Spinlock<Mouse>> = Lazy::new(|| Spinlock::new(Mouse::new(
1414
// Initialize the mouse and set the on complete event.
1515
fn init_mouse() {
1616
MOUSE.lock().init().unwrap();
17-
MOUSE.lock().set_on_complete(test);
17+
MOUSE.lock().set_on_complete(on_complete);
1818
}
1919

2020
// This will be fired when a packet is finished being processed.

0 commit comments

Comments
 (0)