Skip to content

Commit

Permalink
SEQNG-541 Fixed bug in exposure control code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jluhrs committed Feb 13, 2018
1 parent 0fec292 commit 361b926
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,8 @@ public CaObserveSenderImpl.State onTimeout() {
}

@Override
public State onObserveCarValChange(CarStateGeneric carState) {
return new CaObserveSenderImpl.WaitStart(cm, clid, carState, carClid, observeCarState);
public State onObserveCarValChange(CarStateGeneric val) {
return new CaObserveSenderImpl.WaitStart(cm, clid, carState, carClid, val);
}

@Override
Expand Down

0 comments on commit 361b926

Please sign in to comment.