firmware: Make interrupt signal shorter (10us)
This is long enough, comparable to 100kHz I2C speeds.
This commit is contained in:
parent
2fbc2e057e
commit
3b723583e7
@ -1932,7 +1932,7 @@ void main(void)
|
||||
|
||||
// signal interrupt
|
||||
ext_int_assert();
|
||||
delay_us(100);
|
||||
delay_us(10);
|
||||
ext_int_deassert();
|
||||
|
||||
#if CONFIG_USB_STACK
|
||||
|
Loading…
Reference in New Issue
Block a user