Skip to content

Commit

Permalink
fix: increase hssi mail box timeout (#3008)
Browse files Browse the repository at this point in the history
Signed-off-by: anandaravuri <[email protected]>
  • Loading branch information
anandaravuri authored Sep 15, 2023
1 parent e31ee93 commit 1d334eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binaries/hssi/ethernet/hssicommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
# mailbox register poll interval 1 microseconds
HSSI_POLL_SLEEP_TIME = 1/1000000

# mailbox register poll timeout 100 microseconds
HSSI_POLL_TIMEOUT = 1/10000
# mailbox register poll timeout 500 microseconds
HSSI_POLL_TIMEOUT = 5/10000

HSSI_FEATURE_ID = 0x15

Expand Down

0 comments on commit 1d334eb

Please sign in to comment.