mirror of
https://github.com/RfidResearchGroup/ChameleonMini.git
synced 2026-05-12 11:20:37 -07:00
fixed bugs with status ID and return on end of non-void function
This commit is contained in:
@@ -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){
|
||||
@@ -170,4 +170,5 @@ uint16_t Sniff14443AAppProcess(uint8_t* Buffer, uint16_t BitCount){
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user