Skip to content

Commit

Permalink
Merge 12eadf7 into 587f9c7
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-adler committed Jun 17, 2024
2 parents 587f9c7 + 12eadf7 commit 5a30825
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions binaries/hssi/ethernet/hssicommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@
# mailbox register poll interval 1 microseconds
HSSI_POLL_SLEEP_TIME = 1/1000000

# mailbox register poll timeout 500 microseconds
HSSI_POLL_TIMEOUT = 5/10000
# Mailbox register poll timeout 1 second. Responses are typically much
# faster than one second, but in rare cases can take a while. No reason
# to make this short since timeout is generally a failure.
HSSI_POLL_TIMEOUT = 1

HSSI_FEATURE_ID = 0x15

Expand Down

0 comments on commit 5a30825

Please sign in to comment.