fixed a little problem in cam

This commit is contained in:
2026-06-03 11:49:04 +02:00
parent 5fed925b7f
commit c5d5e89461

View File

@@ -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;