summaryrefslogtreecommitdiff
path: root/read-rom/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'read-rom/main.c')
-rw-r--r--read-rom/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/read-rom/main.c b/read-rom/main.c
index 9c0d3ba..239f4a2 100644
--- a/read-rom/main.c
+++ b/read-rom/main.c
@@ -107,7 +107,7 @@ ISR(INT1_vect)
EIFR |= _BV(INTF1);
}
// ~60us - write 0
- else if (LCNTL > 6) {
+ else if (LCNTL > 15) {
if (!LASTCMD)
POS++;
}