We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0347ce6 commit 07f821fCopy full SHA for 07f821f
doc/pages/ext_fsm.dox
@@ -771,13 +771,15 @@
771
*
772
* qSM_Transition_t cruising_transitions[] =
773
* {
774
-* { SIGNAL_OFF, NULL, &state_cruisingoff , 0, NULL },
775
-* { SIGNAL_ACCEL, NULL, &state_accelerating , 0, NULL }
+* { SIGNAL_OFF, NULL, &state_cruisingoff , 0, NULL },
+* { SIGNAL_ACCEL, NULL, &state_accelerating , 0, NULL }
776
* };
777
778
* qSM_Transition_t resuming_transitions[] =
779
780
781
+* { SIGNAL_ACCEL, NULL, &state_accelerating , 0, NULL },
782
+* { SIGNAL_REACHED_CRUISING, NULL, &state_cruising , 0, NULL }
783
784
785
* qSM_Transition_t cruisingoff_transitions[] =
@@ -990,4 +992,4 @@
990
992
* qOS_Add_StateMachineTask( &SMTask , &super , qMedium_Priority , 0.1f, qEnabled , NULL );
991
993
* @endcode
994
-*/
995
+*/
0 commit comments