X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/88499d8694c8c7408bff5dd74a1a8134a49caf84..2589bb2c2187559dfd9e2acbccc16962198bf569:/client/cmdlfindala.c?ds=sidebyside

diff --git a/client/cmdlfindala.c b/client/cmdlfindala.c
index fc396ac6..de1757e9 100644
--- a/client/cmdlfindala.c
+++ b/client/cmdlfindala.c
@@ -46,6 +46,7 @@ int CmdIndalaDecode(const char *Cmd) {
 		return -1;
 	}
 	setDemodBuf(DemodBuffer, size, (size_t)startIdx);
+	setClockGrid(g_DemodClock, g_DemodStartIdx + (startIdx*g_DemodClock));
 	if (invert)
 		if (g_debugMode)
 			PrintAndLog("Had to invert bits");