1
0

Update matrix.c

This commit is contained in:
di0ib 2018-04-14 08:53:59 -10:00 committed by GitHub
parent 8168810036
commit 8ac3b382d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,6 +70,9 @@ uint8_t matrix_cols(void)
void matrix_init(void)
{
// disable JTAG SWD
AFIO->MAPR = AFIO_MAPR_SWJ_CFG_DISABLE;
// initialize row and col
unselect_rows();
init_cols();