dont break other revs
This commit is contained in:
parent
4a1984d33e
commit
82146ecfc0
3 changed files with 52 additions and 57 deletions
|
|
@ -324,11 +324,6 @@ void matrix_scan_user(void) {
|
|||
last_muse_note = muse_note;
|
||||
}
|
||||
}
|
||||
if (muse_counter > (muse_tempo / 2)) {
|
||||
palSetPad(GPIOB, 5);
|
||||
} else {
|
||||
palClearPad(GPIOB, 5);
|
||||
}
|
||||
muse_counter = (muse_counter + 1) % muse_tempo;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue