FreeCalypso > hg > freecalypso-hwlab
comparison 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 |
comparison
equal
deleted
inserted
replaced
14:5a602e512b12 | 15:4194b6744890 |
---|---|
2 #include <stdio.h> | 2 #include <stdio.h> |
3 #include <stdlib.h> | 3 #include <stdlib.h> |
4 #include <unistd.h> | 4 #include <unistd.h> |
5 #include <ftdi.h> | 5 #include <ftdi.h> |
6 | 6 |
7 char *device_selector = "i:0x0403:0x6010"; | 7 char *device_selector = "i:0x0403:0x7157"; |
8 struct ftdi_context ftdi; | 8 struct ftdi_context ftdi; |
9 | 9 |
10 process_cmdline(argc, argv) | 10 process_cmdline(argc, argv) |
11 char **argv; | 11 char **argv; |
12 { | 12 { |