summaryrefslogtreecommitdiff
path: root/ps2.c
diff options
context:
space:
mode:
Diffstat (limited to 'ps2.c')
-rw-r--r--ps2.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ps2.c b/ps2.c
index 99749cf6b..d5c3d4d4e 100644
--- a/ps2.c
+++ b/ps2.c
@@ -227,8 +227,13 @@ uint8_t ps2_host_recv(void)
return pbuf_dequeue();
}
+#if 0
#define DEBUGP_INIT() do { DDRC = 0xFF; } while (0)
#define DEBUGP(x) do { PORTC = x; } while (0)
+#else
+#define DEBUGP_INIT()
+#define DEBUGP(x)
+#endif
ISR(PS2_INT_VECT)
{
static enum {