From dccd7af14ff9a0a6c8fdb62077bba7589831df4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 10 Jan 2021 12:47:36 +0100 Subject: [PATCH] remove unnecessary comment --- usb/usb_mouse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usb/usb_mouse.c b/usb/usb_mouse.c index 89ae9d7..5763255 100644 --- a/usb/usb_mouse.c +++ b/usb/usb_mouse.c @@ -26,7 +26,7 @@ #include "exceptions.h" #include "driver_mem.h" -// // #define DEBUG +// #define DEBUG #include "debug.h" extern void ltoa(char *buf, long n, unsigned long base);