Tweaked the Atmel ARM7 MS/TP settings.
This commit is contained in:
+2
-2
@@ -99,13 +99,13 @@ typedef enum {
|
||||
/* that a node must wait for a station to begin replying to a */
|
||||
/* confirmed request: 255 milliseconds. (Implementations may use */
|
||||
/* larger values for this timeout, not to exceed 300 milliseconds.) */
|
||||
#define Treply_timeout 255
|
||||
#define Treply_timeout 260
|
||||
|
||||
/* The minimum time without a DataAvailable or ReceiveError event that a */
|
||||
/* node must wait for a remote node to begin using a token or replying to */
|
||||
/* a Poll For Master frame: 20 milliseconds. (Implementations may use */
|
||||
/* larger values for this timeout, not to exceed 100 milliseconds.) */
|
||||
#define Tusage_timeout 20
|
||||
#define Tusage_timeout 25
|
||||
|
||||
|
||||
struct mstp_port_struct_t {
|
||||
|
||||
Reference in New Issue
Block a user