diff options
-rw-r--r-- | src/fsm/src/fsm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fsm/src/fsm.c b/src/fsm/src/fsm.c index a6d2bcb..08d3c5f 100644 --- a/src/fsm/src/fsm.c +++ b/src/fsm/src/fsm.c @@ -40,6 +40,7 @@ void fsm_init() { memset(&fsm_out, 0, sizeof(fsm_out)); memset(timestamp_state, 0, _NUM_FSM_STATES * sizeof(*timestamp_state)); + timestamp_state[FSM_OISIF] = timestamp_now(); current_state = FSM_OISIF; } |