mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
minor styleish
This commit is contained in:
parent
9d8cfd13a7
commit
c583570a3d
4 changed files with 8 additions and 5 deletions
|
@ -1050,7 +1050,7 @@ bool DetectST(uint8_t buffer[], size_t *size, int *foundclock, size_t *ststart,
|
|||
// now do it again to find the end
|
||||
int dummy1 = 0;
|
||||
end = skip;
|
||||
i+=3;
|
||||
i += 3;
|
||||
if (!findST(&dummy1, &end, tmpbuff, waveLen, clk, tol, j, &i)) {
|
||||
//didn't find second ST - ERROR
|
||||
if (g_debugMode==2) prnt("DEBUG STT: second STT not found - quitting");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue