Improve naming consistency.
Ensure all MIFARE related names and structures start with "mifare_" or "MIFARE_".
This commit is contained in:
parent
faac4ae5d8
commit
1ce3db3ca6
26 changed files with 178 additions and 174 deletions
|
|
@ -124,7 +124,7 @@ test_mifare_classic_mad (void)
|
|||
* | |\/| |/ _ \| |) \ V // /
|
||||
* |_| |_/_/ \_\___/ \_//___|
|
||||
*/
|
||||
if (freefare_get_tag_type (tag) != CLASSIC_4K) {
|
||||
if (freefare_get_tag_type (tag) != MIFARE_CLASSIC_4K) {
|
||||
cut_omit ("MADv2 requires a MIFARE Classic 4K to be tested");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue