summaryrefslogtreecommitdiff
path: root/ps2.c
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2011-05-16 00:08:06 +0900
committertmk <nobody@nowhere>2011-05-16 00:14:06 +0900
commit068c31a7ba9fc6aea33f69c0edb30ad195c320ec (patch)
tree776681e8d84d803d058d0657706c5a24f2c22976 /ps2.c
parent61e12a3157ea6860f23bf8e29372aa70aeb02be0 (diff)
added initial V-USB support for HHKB
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 99749cf6ba..d5c3d4d4e1 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 {