1
0
Fork 0

Fix debug print

This commit is contained in:
tmk 2014-10-28 14:41:45 +09:00 committed by Jun Wako
parent d42aa47809
commit d5482f29f4
3 changed files with 7 additions and 18 deletions

View file

@ -86,7 +86,7 @@ static void enable_break(void)
void matrix_init(void)
{
debug_enable = false;
debug_enable = true;
ibm4704_init();
matrix_clear();