summaryrefslogtreecommitdiff
path: root/extra/ftdi_hostcmd/test_cmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ftdi_hostcmd/test_cmds.c')
-rw-r--r--extra/ftdi_hostcmd/test_cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/ftdi_hostcmd/test_cmds.c b/extra/ftdi_hostcmd/test_cmds.c
index f7f06de453..dc09c2b3cb 100644
--- a/extra/ftdi_hostcmd/test_cmds.c
+++ b/extra/ftdi_hostcmd/test_cmds.c
@@ -602,7 +602,7 @@ int main(int argc, char *argv[])
stop = (uint16_t)strtoul(argv[optind++], 0, 0);
/* Find something to talk to */
- mpsse = MPSSE(SPI0, 2000000, 0);
+ mpsse = MPSSE(SPI0, 1000000, 0);
if (!mpsse) {
printf("Can't find a device to open\n");
return 1;