diff options
| author | Maximilien Cuony <maximilien@theglu.org> | 2016-06-15 19:38:01 +0200 |
|---|---|---|
| committer | Maximilien Cuony <maximilien@theglu.org> | 2016-06-15 19:38:01 +0200 |
| commit | beacdd1f9292626f39833dabaf2e0936f3d8d6a7 (patch) | |
| tree | b41e914f296acb40446c109cd3fc7f379d9db853 /src/common/includes/Core | |
| parent | 730140d594dd38834212c11db3f4e6332f0404c7 (diff) | |
| download | glutte-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.h | 1 |
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 }; |
