From e0449c5adc89eec9f378cb40a56762bf314a80ea Mon Sep 17 00:00:00 2001 From: Miguel Date: Sat, 15 Sep 2018 23:46:04 +0200 Subject: scheduler / sleep process --- driver/mouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver') diff --git a/driver/mouse.c b/driver/mouse.c index 2b767b7..7ec5e68 100644 --- a/driver/mouse.c +++ b/driver/mouse.c @@ -46,7 +46,7 @@ void mouse_wait(uint8_t a_type) //unsigned char } } -void mouse_write(uint8_t a_write) +static void mouse_write(uint8_t a_write) { //Wait to be able to send a command mouse_wait(1); -- cgit v1.2.3