mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Clear frame ready in sensor_init
This commit is contained in:
parent
ace7b976fb
commit
aed7c8678e
@ -239,6 +239,9 @@ int sensor_init()
|
||||
|
||||
/* init/re-init mutex */
|
||||
mutex_init(&fb->lock);
|
||||
|
||||
// blocks usbdbg until the sensor is configured
|
||||
fb->ready=0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user