better initial value

This commit is contained in:
Paul Davis 2019-09-20 12:36:23 -06:00
parent 7383fbbe48
commit bddde1337e

View file

@ -63,6 +63,7 @@ TransportFSM::init ()
{
_motion_state = Stopped;
_butler_state = NotWaitingForButler;
_last_locate.target = max_samplepos;
}
void