Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Skyward Boardcore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avionics
Software Development
Skyward Boardcore
Wiki
FSM
Changes
Page history
New page
Templates
Clone repository
Update FSM
authored
2 years ago
by
Angelo Zangari
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
FSM.md
+2
-2
2 additions, 2 deletions
FSM.md
with
2 additions
and
2 deletions
FSM.md
View page @
99520281
...
...
@@ -73,7 +73,7 @@ As always when dealing with events and topics, after we include the required dep
enum
ExampleEvents
:
uint8_t
{
EV_1
=
EV_FIRST_
SIGNAL
,
EV_1
=
EV_FIRST_
CUSTOM
,
EV_2
};
...
...
@@ -239,7 +239,7 @@ This can be done via delayed events.
enum
ExampleEvents
:
uint8_t
{
EV_1
=
EV_FIRST_
SIGNAL
,
EV_1
=
EV_FIRST_
CUSTOM
,
EV_2
};
...
...
This diff is collapsed.
Click to expand it.