master/fsm_change.h
changeset 883 4963e22a267a
parent 738 880c6153101f
child 1209 8be462afb7f4
child 1685 399ef727bf62
equal deleted inserted replaced
882:a7222d7fb7a8 883:4963e22a267a
    36    EtherCAT state change FSM.
    36    EtherCAT state change FSM.
    37 */
    37 */
    38 
    38 
    39 /*****************************************************************************/
    39 /*****************************************************************************/
    40 
    40 
    41 #ifndef __EC_FSM_CHANGE__
    41 #ifndef __EC_FSM_CHANGE_H__
    42 #define __EC_FSM_CHANGE__
    42 #define __EC_FSM_CHANGE_H__
    43 
    43 
    44 #include "globals.h"
    44 #include "globals.h"
    45 #include "../include/ecrt.h"
    45 #include "../include/ecrt.h"
    46 #include "datagram.h"
    46 #include "datagram.h"
    47 #include "slave.h"
    47 #include "slave.h"