Consistent spelling of "Spy-Bi-Wire".
This commit is contained in:
parent
465147cdd4
commit
efabaf5161
4
fet.c
4
fet.c
|
@ -780,11 +780,11 @@ static int do_configure(struct fet_device *dev, int proto_flags)
|
|||
if (proto_flags & FET_PROTO_SPYBIWIRE) {
|
||||
if (!xfer(dev, C_CONFIGURE, NULL, 0,
|
||||
2, FET_CONFIG_PROTOCOL, 1)) {
|
||||
printf("Configured for Spy-bi-wire\n");
|
||||
printf("Configured for Spy-Bi-Wire\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
fprintf(stderr, "fet: Spy-bi-wire configuration failed\n");
|
||||
fprintf(stderr, "fet: Spy-Bi-Wire configuration failed\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
2
main.c
2
main.c
|
@ -130,7 +130,7 @@ static void usage(const char *progname)
|
|||
" -u device\n"
|
||||
" Open the given tty device (MSP430 UIF compatible devices).\n"
|
||||
" -j\n"
|
||||
" Use JTAG, rather than Spy-bi-wire (UIF devices only).\n"
|
||||
" Use JTAG, rather than Spy-Bi-Wire (UIF devices only).\n"
|
||||
" -v voltage\n"
|
||||
" Set the supply voltage, in millivolts.\n"
|
||||
" -B device\n"
|
||||
|
|
Loading…
Reference in New Issue