master/fsm_slave.c
branchstable-1.5
changeset 2440 341d9575745d
parent 2419 fdb85a806585
child 2442 86ebf18a029f
equal deleted inserted replaced
2439:0f1622cdb670 2440:341d9575745d
   104         // datagram was not sent or received yet.
   104         // datagram was not sent or received yet.
   105         return;
   105         return;
   106     }
   106     }
   107 
   107 
   108     fsm->state(fsm);
   108     fsm->state(fsm);
       
   109 
       
   110     ec_datagram_output_stats(fsm->datagram);
   109 }
   111 }
   110 
   112 
   111 /*****************************************************************************/
   113 /*****************************************************************************/
   112 
   114 
   113 /** Sets the current state of the state machine to READY
   115 /** Sets the current state of the state machine to READY