Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
On-Board Software
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
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
On-Board Software
Commits
bda7aa81
Commit
bda7aa81
authored
3 years ago
by
Luca Conterio
Browse files
Options
Downloads
Patches
Plain Diff
[FMM] mission timeout put to 15 minutes instead of 30
parent
ece998d6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/boards/DeathStack/configs/FMMConfig.h
+1
-1
1 addition, 1 deletion
src/boards/DeathStack/configs/FMMConfig.h
with
1 addition
and
1 deletion
src/boards/DeathStack/configs/FMMConfig.h
+
1
−
1
View file @
bda7aa81
...
@@ -28,7 +28,7 @@ namespace DeathStackBoard
...
@@ -28,7 +28,7 @@ namespace DeathStackBoard
// State timeouts
// State timeouts
// Automatically end the mission after a very long time, in order to safely
// Automatically end the mission after a very long time, in order to safely
// close the logs if radio comms have been lost
// close the logs if radio comms have been lost
static
constexpr
unsigned
int
TIMEOUT_END_MISSION
=
30
*
60
*
1000
;
static
constexpr
unsigned
int
TIMEOUT_END_MISSION
=
15
*
60
*
1000
;
static
constexpr
unsigned
int
FMM_PRIORITY
=
2
;
static
constexpr
unsigned
int
FMM_PRIORITY
=
2
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment