From 978341023343a6240205891402bf7320cfcccdd5 Mon Sep 17 00:00:00 2001 From: Gerd v. Egidy Date: Sun, 6 Dec 2009 14:39:30 +0100 Subject: [PATCH] fix documentation typo --- examples/baud_test.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/examples/baud_test.c b/examples/baud_test.c index fd4959f..b2dfc84 100644 --- a/examples/baud_test.c +++ b/examples/baud_test.c @@ -5,7 +5,7 @@ * options: * -p (vendor is fixed to ftdi / 0x0403) * -d - * -b (multiplies by 16 if bitbang as written in the ftdi datasheets) + * -b (divides by 16 if bitbang as taken from the ftdi datasheets) * -m r: serial a: async bitbang s:sync bitbang * * (C) 2009 by Gerd v. Egidy -- 1.7.1