Modify sample

This commit is contained in:
Janne Valkealahti
2015-06-17 09:39:30 +01:00
parent d0e96368a2
commit 2dd237b9bd

View File

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