Disable workaround for my broken prototype by default

This commit is contained in:
Ondrej Jirman 2021-06-16 16:49:51 +02:00
parent a2ff7e6e98
commit ff7e733636
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
#include <linux/uinput.h>
#define DEBUG 0
#define MEGI_PROTO_BUG 1
#define MEGI_PROTO_BUG 0
#if DEBUG
#define debug(args...) printf(args)