Update TPIU baud rate with results from testing
Results from testing what can be written within a 20kHz cycle without
blocking match pretty well with what will completely fill the bus.
Change-Id: I0e4a032de4acc134b0c9fd8ae9cfe2b18d12aa05
diff --git a/motors/print/itm.h b/motors/print/itm.h
index 99f9970..1ff0bd1 100644
--- a/motors/print/itm.h
+++ b/motors/print/itm.h
@@ -12,7 +12,7 @@
//
// To decode the output from this, use motors/print/itm_read.py.
// To configure openocd to feed data to that:
-// tpiu config internal /tmp/itm.fifo uart off 120000000 64000
+// tpiu config internal /tmp/itm.fifo uart off 120000000 192000
class ItmPrinting final : public PrintingImplementation {
public:
ItmPrinting();