Fix a function name I forgot to change.
This commit is contained in:
parent
487bc621a9
commit
9396e0010e
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ static struct error_message {
|
|||
};
|
||||
|
||||
const char *
|
||||
desfire_error_lookup (uint8_t code)
|
||||
mifare_desfire_error_lookup (uint8_t code)
|
||||
{
|
||||
struct error_message *e = error_messages;
|
||||
while (e->message) {
|
||||
|
|
Loading…
Reference in a new issue