Skip to content

Commit

Permalink
Increase RX timeout value from 30s to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaali committed Jan 2, 2025
1 parent 348f1a0 commit e43b521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/risc-v/src/mpfs/mpfs_ethernet.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,9 @@

#define MPFS_TXTIMEOUT (60 * CLK_TCK)

/* RX timeout = 30s */
/* RX timeout = 60s */

#define MPFS_RXTIMEOUT (30 * CLK_TCK)
#define MPFS_RXTIMEOUT (60 * CLK_TCK)

/* PHY reset tim in loop counts */

Expand Down

0 comments on commit e43b521

Please sign in to comment.