Increase delay for IDE

This commit is contained in:
iabdalkader 2014-11-02 15:53:02 +02:00
parent 18e1686e1b
commit 551a8be156

View File

@ -338,7 +338,7 @@ int sensor_snapshot(struct image *image)
mutex_unlock(&fb->lock);
if (fb->lock_tried) {
systick_sleep(1);
systick_sleep(2);
}
return 0;
}