mirror of
https://xff.cz/git/pinephone-keyboard/
synced 2024-11-09 22:15:42 +01:00
firmware: Make interrupt signal shorter (10us)
This is long enough, comparable to 100kHz I2C speeds.
This commit is contained in:
parent
2fbc2e057e
commit
3b723583e7
1 changed files with 1 additions and 1 deletions
|
@ -1932,7 +1932,7 @@ void main(void)
|
||||||
|
|
||||||
// signal interrupt
|
// signal interrupt
|
||||||
ext_int_assert();
|
ext_int_assert();
|
||||||
delay_us(100);
|
delay_us(10);
|
||||||
ext_int_deassert();
|
ext_int_deassert();
|
||||||
|
|
||||||
#if CONFIG_USB_STACK
|
#if CONFIG_USB_STACK
|
||||||
|
|
Loading…
Reference in a new issue