aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/includes/Core
diff options
context:
space:
mode:
authorMaximilien Cuony <maximilien@theglu.org>2016-06-15 19:38:01 +0200
committerMaximilien Cuony <maximilien@theglu.org>2016-06-15 19:38:01 +0200
commitbeacdd1f9292626f39833dabaf2e0936f3d8d6a7 (patch)
treeb41e914f296acb40446c109cd3fc7f379d9db853 /src/common/includes/Core
parent730140d594dd38834212c11db3f4e6332f0404c7 (diff)
downloadglutte-o-matic-beacdd1f9292626f39833dabaf2e0936f3d8d6a7.tar.gz
glutte-o-matic-beacdd1f9292626f39833dabaf2e0936f3d8d6a7.tar.bz2
glutte-o-matic-beacdd1f9292626f39833dabaf2e0936f3d8d6a7.zip
FSM_BALISE_COURTE_OPEN
Diffstat (limited to 'src/common/includes/Core')
-rw-r--r--src/common/includes/Core/fsm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/includes/Core/fsm.h b/src/common/includes/Core/fsm.h
index 94698b4..80fc5a1 100644
--- a/src/common/includes/Core/fsm.h
+++ b/src/common/includes/Core/fsm.h
@@ -44,6 +44,7 @@ enum fsm_state_e {
FSM_BALISE_LONGUE, // Full-length 2-hour beacon
FSM_BALISE_SPECIALE, // 2-hour beacon when in QRP or with high power return mode
FSM_BALISE_COURTE, // Short intermittent beacon
+ FSM_BALISE_COURTE_OPEN, // Short intermittent beacon, need to switch to OPEN
_NUM_FSM_STATES // Dummy state to count the number of states
};