fixed a little problem in cam
This commit is contained in:
@@ -19,7 +19,7 @@ void camHandler(void *argument) {
|
||||
|
||||
// FILTERS
|
||||
if (CAM_TRIGD) {
|
||||
ringBufferRevert(state_g.cam_RB,1);
|
||||
ringBufferRevert(&state_g.cam_RB,1);
|
||||
return;
|
||||
}
|
||||
state_g.cam_state = CAM_TRIGD;
|
||||
|
||||
Reference in New Issue
Block a user