From beacdd1f9292626f39833dabaf2e0936f3d8d6a7 Mon Sep 17 00:00:00 2001 From: Maximilien Cuony Date: Wed, 15 Jun 2016 19:38:01 +0200 Subject: FSM_BALISE_COURTE_OPEN --- src/common/includes/Core/fsm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/includes/Core') 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 }; -- cgit v1.2.3