From: iceman1001 Date: Tue, 1 Dec 2015 21:38:37 +0000 (+0100) Subject: FIX: the lfsampling.c for t55xx had a tendecy to enter a neverending loop. Moved... X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/3f267966732831e7567dc7c013fb878dd2333779?hp=3f267966732831e7567dc7c013fb878dd2333779 FIX: the lfsampling.c for t55xx had a tendecy to enter a neverending loop. Moved exit branch into the while statement, which seems to solve it. FIX: Strange int -> uint8_t casting behavior (0x05 gets the 25bit set and becomes 0x10005 instead) in fskdemod, removed int and sscanf. ---