]> git.zerfleddert.de Git - proxmark3-svn/commit - client/cmddata.c
FIX: the lfsampling.c for t55xx had a tendecy to enter a neverending loop. Moved...
authoriceman1001 <iceman@iuse.se>
Tue, 1 Dec 2015 21:38:37 +0000 (22:38 +0100)
committericeman1001 <iceman@iuse.se>
Tue, 1 Dec 2015 21:38:37 +0000 (22:38 +0100)
commit3f267966732831e7567dc7c013fb878dd2333779
tree24804675c58b35217bc72c073529e2cff56aeec5
parentfff6d2a3ba4bd387517df9c3aaef14ec823e552e
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.
armsrc/lfsampling.c
client/cmddata.c
client/cmdlft55xx.c
Impressum, Datenschutz