mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
stricter warnings, wip
This commit is contained in:
parent
9358554884
commit
3529aea157
43 changed files with 140 additions and 142 deletions
|
@ -37,7 +37,7 @@ enum MifareAuthSeq {
|
|||
static enum MifareAuthSeq MifareAuthState;
|
||||
static TAuthData AuthData;
|
||||
|
||||
void ClearAuthData() {
|
||||
void ClearAuthData(void) {
|
||||
AuthData.uid = 0;
|
||||
AuthData.nt = 0;
|
||||
AuthData.first_auth = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue