mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
minor styleish
This commit is contained in:
parent
9d8cfd13a7
commit
c583570a3d
4 changed files with 8 additions and 5 deletions
|
@ -1064,8 +1064,7 @@ bool detectPSK(){
|
|||
// try manchester - NOTE: ST only applies to T55x7 tags.
|
||||
bool detectASK_MAN(){
|
||||
bool stcheck = false;
|
||||
int ans = ASKDemod_ext("0 0 0", false, false, 1, &stcheck);
|
||||
if (!ans) {
|
||||
if ( !ASKDemod_ext("0 0 0", false, false, 1, &stcheck) ) {
|
||||
if (g_debugMode) PrintAndLog("DEBUG: Error - EM: ASK/Manchester Demod failed");
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue