Skip to content

Commit c7ce7fc

Browse files
committed
Update the i2c gas write status check retry times
to 200.
1 parent 43f9776 commit c7ce7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/platform/linux-i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ struct switchtec_i2c {
5959
#define CMD_GAS_READ 0xE9
6060

6161
#define MAX_RETRY_COUNT 100
62-
#define MAX_STATUS_GET_RETRY 25
62+
#define MAX_STATUS_GET_RETRY 200
6363
#define PEC_BYTE_COUNT 1
6464
#define TWI_ENHANCED_MODE 0x80
6565
#define GAS_TWI_MRPC_ERR 0x20

0 commit comments

Comments
 (0)