diff --git a/src/keyboard_at.c b/src/keyboard_at.c index 7738cd7a8..e5842ddc0 100644 --- a/src/keyboard_at.c +++ b/src/keyboard_at.c @@ -8,7 +8,7 @@ * * Intel 8042 (AT keyboard controller) emulation. * - * Version: @(#)keyboard_at.c 1.0.18 2018/01/06 + * Version: @(#)keyboard_at.c 1.0.19 2018/01/07 * * Authors: Sarah Walker, * Miran Grca, @@ -130,7 +130,6 @@ uint8_t keyboard_set3_all_break; /* Bits 0 - 1 = scan code set, bit 6 = translate or not. */ uint8_t keyboard_mode = 0x42; -#define ENABLE_KEYBOARD_AT_LOG 1 #ifdef ENABLE_KEYBOARD_AT_LOG int keyboard_at_do_log = ENABLE_KEYBOARD_AT_LOG; #endif