colognechip: 2x SLEEP_US because windows...

This commit is contained in:
Gwenhael Goavec-Merou
2026-02-18 19:42:34 +01:00
parent c8e5cbbdd4
commit a9af6cdd76
+1 -1
View File
@@ -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
}
}