diff --git a/src/device/keyboard_at.c b/src/device/keyboard_at.c index 9e843ac68..0ff495824 100644 --- a/src/device/keyboard_at.c +++ b/src/device/keyboard_at.c @@ -790,9 +790,7 @@ static void kbd_poll(void *priv) { atkbd_t *dev = (atkbd_t *) priv; -#ifdef ENABLE_KEYBOARD_AT_LOG const uint8_t channels[4] = { 1, 2, 0, 0 }; -#endif int mouse_enabled; timer_advance_u64(&dev->send_delay_timer, (100ULL * TIMER_USEC));