Syntax fix

This commit is contained in:
Priyadi Iman Nurcahyo 2017-04-30 18:03:03 +07:00
parent d8f1949029
commit 2f28652dcc
1 changed files with 2 additions and 2 deletions

View File

@ -133,8 +133,8 @@ void matrix_init(void) {
matrix_init_quantum();
}
uint8_t matrix_scan(void
){
uint8_t matrix_scan(void)
{
// Set row, read cols
for (uint8_t current_row = 0; current_row < MATRIX_ROWS; current_row++) {
# if (DEBOUNCING_DELAY > 0)