From e85a68e1536a0f6505300e1cb79f06b9743b00f7 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 9 Sep 2018 11:49:30 +0200 Subject: fixing implicit func declarations! --- driver/mouse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'driver/mouse.h') diff --git a/driver/mouse.h b/driver/mouse.h index dbf7393..95bf088 100644 --- a/driver/mouse.h +++ b/driver/mouse.h @@ -1 +1,2 @@ void mouse_handler(); +void mouse_init(); -- cgit v1.2.3