Skip to content

Commit

Permalink
fixed bugs with status ID and return on end of non-void function
Browse files Browse the repository at this point in the history
  • Loading branch information
geo-rg committed Mar 21, 2019
1 parent 5e14948 commit e4ce2ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Firmware/Chameleon-Mini/Application/Sniff14443A.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ INLINE void reset2REQA(void){
tmp_th = CodecThresholdIncrement();
} else{
// mark finish
CommandLinePendingTaskFinished(COMMAND_INFO_FALSE, NULL);
CommandLinePendingTaskFinished(COMMAND_INFO_FALSE_ID, NULL);
}
}
uint16_t Sniff14443AAppProcess(uint8_t* Buffer, uint16_t BitCount){
Expand Down Expand Up @@ -170,4 +170,5 @@ uint16_t Sniff14443AAppProcess(uint8_t* Buffer, uint16_t BitCount){
default:
return 0;
}
}
return 0;
}

0 comments on commit e4ce2ca

Please sign in to comment.