summary refs log tree commit diff
path: root/src/pico1541.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pico1541.c')
-rw-r--r--src/pico1541.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pico1541.c b/src/pico1541.c
index 266bfd7..3489fee 100644
--- a/src/pico1541.c
+++ b/src/pico1541.c
@@ -187,7 +187,7 @@ int main() {
 	ts = time_us_32();
 	uint16_t osc2 = 0xffff;
 	while (!cpu.jammed) {
-		if (ts < time_us_32()) {
+		if (ts + 100 < time_us_32()) {
 			break;
 		}