master/fsm_slave.c
changeset 2079 56993027a2d0
parent 1930 59a50053ccc6
child 2080 42fbd117c3e3
equal deleted inserted replaced
2078:c9d32805d984 2079:56993027a2d0
   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     return;
       
   110 }
   109 }
   111 
   110 
   112 /*****************************************************************************/
   111 /*****************************************************************************/
   113 
   112 
   114 /** Sets the current state of the state machine to READY
   113 /** Sets the current state of the state machine to READY