diff options
| author | Miguel <m.i@gmx.at> | 2018-08-21 19:42:33 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-21 19:42:33 +0200 |
| commit | 72c6e9763ca61bc9d7de5f7080ee1c8a1c7c1562 (patch) | |
| tree | 839bce03c26e96f1137d4b4d3550ad3e909d351c /driver/mouse.c | |
| parent | 6c926175afbf1f9ec2715fb007acc28588b36c4a (diff) | |
cleaning up a bit
Diffstat (limited to 'driver/mouse.c')
| -rw-r--r-- | driver/mouse.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/driver/mouse.c b/driver/mouse.c index f585b99..28acf53 100644 --- a/driver/mouse.c +++ b/driver/mouse.c @@ -4,7 +4,6 @@ //based on Mouse.inc by SANiK //License: Use as you wish, except to cause damage -#include "lib/logger/log.h" #include <stdint.h> #include "asm/x86.h" @@ -94,7 +93,6 @@ void mouse_init() mouse_write(0xF4); mouse_read(); //Acknowledge - log(FOOLOS_MODULE_NAME,FOOLOS_LOG_INFO,"Mouse Initialized"); } void mouse_log() |
