master/fsm_coe.c
changeset 1794 94e0e1756dec
parent 1793 651f6ba216c5
child 1822 74e6ac2369f4
equal deleted inserted replaced
1793:651f6ba216c5 1794:94e0e1756dec
    41 
    41 
    42 /*****************************************************************************/
    42 /*****************************************************************************/
    43 
    43 
    44 /** Maximum time in ms to wait for responses when reading out the dictionary.
    44 /** Maximum time in ms to wait for responses when reading out the dictionary.
    45  */
    45  */
    46 #define EC_FSM_COE_DICT_TIMEOUT 3000
    46 #define EC_FSM_COE_DICT_TIMEOUT 1000
    47 
    47 
    48 #define EC_COE_DOWN_REQ_HEADER_SIZE      10
    48 #define EC_COE_DOWN_REQ_HEADER_SIZE      10
    49 #define EC_COE_DOWN_SEG_REQ_HEADER_SIZE  3
    49 #define EC_COE_DOWN_SEG_REQ_HEADER_SIZE  3
    50 #define EC_COE_DOWN_SEG_MIN_DATA_SIZE    7
    50 #define EC_COE_DOWN_SEG_MIN_DATA_SIZE    7
    51 
    51