Modify sample

This commit is contained in:
Janne Valkealahti
2015-06-17 09:41:05 +01:00
parent 2dd237b9bd
commit b6333925bb

View File

@@ -105,7 +105,7 @@ static class MyApp {
StateMachine<States, Events> stateMachine;
void doSignals() {
stateMachine.start()
stateMachine.start();
stateMachine.sendEvent(Events.EVENT1);
stateMachine.sendEvent(Events.EVENT2);
}