[TractylM] Reduce matrix wait for f411
This commit is contained in:
parent
4570fdaf03
commit
3d98715a4c
1 changed files with 0 additions and 6 deletions
|
@ -23,9 +23,3 @@ bool usb_vbus_state(void) {
|
|||
return gpio_read_pin(USB_VBUS_PIN);
|
||||
}
|
||||
#endif
|
||||
|
||||
void matrix_output_unselect_delay(uint8_t line, bool key_pressed) {
|
||||
for (int32_t i = 0; i < 40; i++) {
|
||||
__asm__ volatile("nop" ::: "memory");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue