Fix img_capture_continuous build

Also enable it in the default development build
This commit is contained in:
Daniel Drake
2007-11-04 19:10:23 +00:00
parent f733ddcc3b
commit f498fcd1ea
3 changed files with 7 additions and 10 deletions

View File

@@ -440,7 +440,7 @@ retry:
return -EIO;
}
r = get_irq_with_type(dev, IRQDATA_SCANPWR_ON, 400);
r = get_irq_with_type(dev, IRQDATA_SCANPWR_ON, 300);
if (r == GET_IRQ_OVERFLOW) {
goto retry;
} else if (r == -ETIMEDOUT) {