mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
fix: forgot something small.. sloppy.
This commit is contained in:
parent
29f8c2cc15
commit
c2df2883f8
1 changed files with 2 additions and 1 deletions
|
@ -802,7 +802,8 @@ static RAMFUNC int Handle14443bTagSamplesDemod(int ci, int cq) {
|
|||
case DEMOD_UNSYNCD:
|
||||
|
||||
CHECK_FOR_SUBCARRIER();
|
||||
|
||||
if (MF_DBGLEVEL >= 3) { Dbprintf("Demod.state = %d", v); }
|
||||
|
||||
// subcarrier detected
|
||||
if(v > SUBCARRIER_DETECT_THRESHOLD) {
|
||||
Demod.state = DEMOD_PHASE_REF_TRAINING;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue