X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/b96bcc795ba658c5e0328c1ffa053e7de1d75e72..8e90cd41745c823e9b06fd3424c92fb45a816812:/client/cmdlft55xx.c diff --git a/client/cmdlft55xx.c b/client/cmdlft55xx.c index b8e39c30..7e0b697a 100644 --- a/client/cmdlft55xx.c +++ b/client/cmdlft55xx.c @@ -855,7 +855,7 @@ int printConfiguration( t55xx_conf_block_t b){ PrintAndLog("Bit Rate : %s", GetBitRateStr(b.bitrate) ); PrintAndLog("Inverted : %s", (b.inverted) ? "Yes" : "No" ); PrintAndLog("Offset : %d", b.offset); - PrintAndLog("Seq. Term. : %d", (b.ST) ? "Yes" : "No" ); + PrintAndLog("Seq. Term. : %s", (b.ST) ? "Yes" : "No" ); PrintAndLog("Block0 : 0x%08X", b.block0); PrintAndLog(""); return 0;