1
0
Fork 0

Fix commands

This commit is contained in:
tmk 2012-10-16 11:20:49 +09:00
parent f7a445e537
commit e451c05929
6 changed files with 64 additions and 51 deletions

View file

@ -54,7 +54,7 @@ matrix_row_t matrix_get_row(uint8_t row);
/* count keys pressed */
uint8_t matrix_key_count(void);
/* print matrix for debug */
void matrix_print(void);
void matrix_debug(void);
#endif