mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
ADD: CRC8Mad() should be used to calc the crc-8 byte for Mifare MAD config block. Doesn't work of course...
CHG: some T/F defines..
This commit is contained in:
parent
46a0ec7130
commit
f942e1ed05
4 changed files with 16 additions and 9 deletions
|
@ -442,7 +442,6 @@ bool usb_check() {
|
|||
return (btConfiguration) ? true : false;
|
||||
}
|
||||
|
||||
|
||||
bool usb_poll()
|
||||
{
|
||||
if (!usb_check()) return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue