Skip to content

Commit

Permalink
Merge pull request #472 from jluhrs/feature/SEQNG-541
Browse files Browse the repository at this point in the history
SEQNG-541 Fixed bug in exposure control code.
  • Loading branch information
jluhrs authored Feb 13, 2018
2 parents 0fec292 + 361b926 commit 6291d14
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 6291d14

Please sign in to comment.