Skip to content

Commit b8e4a78

Browse files
authored
Increase the SPI transport timeout to a reasonable value. (#159)
1 parent bc274c8 commit b8e4a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/htool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1566,7 +1566,7 @@ static const struct htool_param GLOBAL_FLAGS[] = {
15661566
.desc = "Clock speed (in Hz) to use when using spidev transport. Default "
15671567
"behavior (with input 0) is to not change the clock speed"},
15681568
{HTOOL_FLAG_VALUE, .name = "spidev_device_busy_wait_timeout",
1569-
.default_value = "1000",
1569+
.default_value = "180000000",
15701570
.desc = "Maximum duration (in microseconds) to wait when SPI device "
15711571
"indicates that it is busy"},
15721572
{HTOOL_FLAG_VALUE, .name = "spidev_device_busy_wait_check_interval",

0 commit comments

Comments
 (0)