This is an automated email from Gerrit. Marc Schink ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/6406
-- gerrit commit 3d9c2f81c2728888b8bda180d27c02938d85da50 Author: Marc Schink <[email protected]> Date: Sun Aug 1 14:06:59 2021 +0200 doc/openocd: Fix buspirate example Change-Id: Idcbe73220d7630953cb49e643a58a7ab05c395fa Signed-off-by: Marc Schink <[email protected]> diff --git a/doc/openocd.texi b/doc/openocd.texi index 65252d6..3e5e4cb 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -3349,7 +3349,7 @@ buspirate port /dev/ttyUSB0 @deffn {Config Command} {buspirate speed} (normal|fast) Set the communication speed to 115k (normal) or 1M (fast). For example: @example -buspirate mode normal +buspirate speed normal @end example @end deffn --
