colognechip: 2x SLEEP_US because windows...
This commit is contained in:
parent
c8e5cbbdd4
commit
a9af6cdd76
|
|
@ -99,7 +99,7 @@ void CologneChip::reset()
|
|||
} else if (_dirtyjtag) {
|
||||
_dirtyjtag->gpio_clear(_rstn_pin);
|
||||
_dirtyjtag->gpio_set(_rstn_pin);
|
||||
usleep(SLEEP_US);
|
||||
usleep(2 * SLEEP_US); // 2x because it fails with windows
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue