From fd227f4e7d7967ce06a2ef90828aa13159a80d98 Mon Sep 17 00:00:00 2001
From: marshmellow42 <marshmellowrf@gmail.com>
Date: Sun, 14 Jun 2015 11:11:00 -0400
Subject: [PATCH 1/1] add comment

---
 client/cmddata.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/client/cmddata.c b/client/cmddata.c
index 77959cf3..309044e1 100644
--- a/client/cmddata.c
+++ b/client/cmddata.c
@@ -503,6 +503,7 @@ int ASKbiphaseDemod(const char *Cmd, bool verbose)
 
 	uint8_t BitStream[MAX_DEMOD_BUF_LEN];	  
 	size_t size = getFromGraphBuf(BitStream);	  
+	//invert here inverts the ask raw demoded bits which has no effect on the demod, but we need the pointer
 	int errCnt = askdemod(BitStream, &size, &clk, &invert, maxErr, 0, 0);  
 	if ( errCnt < 0 || errCnt > maxErr ) {   
 		if (g_debugMode) PrintAndLog("DEBUG: no data or error found %d, clock: %d", errCnt, clk);  
-- 
2.39.5