mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
fix: wrong spelling
This commit is contained in:
parent
f5291a6ce1
commit
05442fa6f7
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ int usage_lf_awid_brute(void){
|
|||
return 0;
|
||||
}
|
||||
|
||||
static boolean sendTry(uint8_t fmtlen, uint32_t fc, uint32_t cn, uint32_t delay, uint8_t *bs, size_t bs_len){
|
||||
static bool sendTry(uint8_t fmtlen, uint32_t fc, uint32_t cn, uint32_t delay, uint8_t *bs, size_t bs_len){
|
||||
|
||||
PrintAndLog("Trying FC: %u; CN: %u", fc, cn);
|
||||
if ( !getAWIDBits(fmtlen, fc, cn, bs)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue