fix(core): Add missing 'FSM_NAME' associated constant
This one got lost while moving from the prototype code to the proper library.
This commit is contained in:
parent
60824a06f1
commit
c03e14758f
2 changed files with 6 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ pub enum DoorAction {
|
|||
}
|
||||
|
||||
impl FSM for DoorState {
|
||||
const FSM_NAME: &'static str = "door";
|
||||
type Event = DoorEvent;
|
||||
type Action = DoorAction;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue