diff -r cd9a68fd5b89 -r 1f640e321ee4 master/globals.h --- a/master/globals.h Mon Nov 30 12:26:24 2009 +0100 +++ b/master/globals.h Mon Nov 30 12:26:56 2009 +0100 @@ -48,6 +48,12 @@ /** Datagram timeout in microseconds. */ #define EC_IO_TIMEOUT 500 +/** SDO injection timeout in microseconds. */ +#define EC_SDO_INJECTION_TIMEOUT 10000 + +/** time to send a byte in nanoseconds. */ +#define EC_BYTE_TRANSMITION_TIME 80LL + /** Number of state machine retries on datagram timeout. */ #define EC_FSM_RETRIES 3