rs

FTDI serial communication program
git clone git://git.2f30.org/rs
Log | Files | Refs | README | LICENSE

commit cae926bff14e049d267b4b659859e4978f424287
parent 6122e3a36e521e863459eaf14317c33be0cf7a1a
Author: sin <sin@2f30.org>
Date:   Thu, 12 Dec 2013 12:16:36 +0000

No need to mention this twice

Diffstat:
Mrs.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/rs.c b/rs.c @@ -90,7 +90,6 @@ usage(void) fprintf(stderr, "\t-b\tSet baudrate\n"); fprintf(stderr, "\t-v\tSpecify vendor, defaults to 0x0403\n"); fprintf(stderr, "\t-p\tSpecify product, defaults to 0x6001\n"); - fprintf(stderr, "\n\tNOTE: The break key is set to ^\\\n"); exit(EXIT_FAILURE); }