Report HWIdle to SICS if the camera driver has been reset via halt().

This commit is contained in:
Ferdi Franceschini
2014-07-24 13:49:48 +10:00
parent 1707cba55f
commit 29e17ba482

View File

@ -273,6 +273,7 @@ static int CamHalt(CounterDriver *cntrData) {
} else {
STset(&self->state_machine.Sc, start_state);
EVclr(&self->state_machine.Eo);
self->status = HWIdle;
}
return 1;
}