diff lcdtest/main.c @ 15:4194b6744890

lcdtest: look for our custom USB ID by default
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 07 Apr 2018 06:24:16 +0000
parents 5eaf832d57d0
children e9df47110181
line wrap: on
line diff
--- a/lcdtest/main.c	Sat Apr 07 01:19:14 2018 +0000
+++ b/lcdtest/main.c	Sat Apr 07 06:24:16 2018 +0000
@@ -4,7 +4,7 @@
 #include <unistd.h>
 #include <ftdi.h>
 
-char *device_selector = "i:0x0403:0x6010";
+char *device_selector = "i:0x0403:0x7157";
 struct ftdi_context ftdi;
 
 process_cmdline(argc, argv)