We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc274c8 commit b8e4a78Copy full SHA for b8e4a78
examples/htool.c
@@ -1566,7 +1566,7 @@ static const struct htool_param GLOBAL_FLAGS[] = {
1566
.desc = "Clock speed (in Hz) to use when using spidev transport. Default "
1567
"behavior (with input 0) is to not change the clock speed"},
1568
{HTOOL_FLAG_VALUE, .name = "spidev_device_busy_wait_timeout",
1569
- .default_value = "1000",
+ .default_value = "180000000",
1570
.desc = "Maximum duration (in microseconds) to wait when SPI device "
1571
"indicates that it is busy"},
1572
{HTOOL_FLAG_VALUE, .name = "spidev_device_busy_wait_check_interval",
0 commit comments