summaryrefslogtreecommitdiff
path: root/software/rhmixxx/rhmixxx.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-05-03 14:37:25 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-05-03 14:37:25 (GMT)
commit995f6cf4de23b8a53537df09ff0c0f8dae182ede (patch)
treeae4258b9949123d9e3b5b6d0fa1e9806d7d98f67 /software/rhmixxx/rhmixxx.c
parent9ea1ffa5e7b7c98532c217cb4595a301fd65f718 (diff)
fixed encoding and keypad possible short
Diffstat (limited to 'software/rhmixxx/rhmixxx.c')
-rw-r--r--software/rhmixxx/rhmixxx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/rhmixxx/rhmixxx.c b/software/rhmixxx/rhmixxx.c
index 6b22d21..91d65ec 100644
--- a/software/rhmixxx/rhmixxx.c
+++ b/software/rhmixxx/rhmixxx.c
@@ -89,7 +89,7 @@ static FILE serial_stream;
void key_init(void)
{
- KEY_DDR = 0xF0;
+ KEY_DDR = 0x10;
KEY_PORT = 0xEF;
}