Skip to content

Commit dc19426

Browse files
authored
Add missing transition for state_cruisingoff
1 parent b5b1cdb commit dc19426

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/pages/ext_fsm.dox

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -798,6 +798,7 @@
798798
* };
799799
*
800800
* sm::transition resuming_transitions[] = {
801+
* { SIGNAL_OFF, state_cruisingoff },
801802
* { SIGNAL_ACCEL, state_accelerating },
802803
* { SIGNAL_REACHED_CRUISING, state_cruising }
803804
* };

0 commit comments

Comments
 (0)