master/globals.h
changeset 773 6c4646a03d68
parent 758 8fa6f825eb7d
child 792 3778920f61e4
equal deleted inserted replaced
772:6c29e74d6763 773:6c4646a03d68
    64 
    64 
    65 /** minimum size of a buffer used with ec_state_string() */
    65 /** minimum size of a buffer used with ec_state_string() */
    66 #define EC_STATE_STRING_SIZE 32
    66 #define EC_STATE_STRING_SIZE 32
    67 
    67 
    68 /** maximum EEPROM size in words, to avoid infinite reading. */
    68 /** maximum EEPROM size in words, to avoid infinite reading. */
    69 #define EC_MAX_EEPROM_SIZE 512
    69 #define EC_MAX_EEPROM_SIZE 1024
    70 
    70 
    71 /******************************************************************************
    71 /******************************************************************************
    72  *  EtherCAT protocol
    72  *  EtherCAT protocol
    73  *****************************************************************************/
    73  *****************************************************************************/
    74 
    74