Update mifare_ultralight.h

This commit is contained in:
RogueMaster
2022-10-18 02:53:50 -04:00
parent 39f8fd50c1
commit 03524b97f1
+1 -1
View File
@@ -171,7 +171,7 @@ typedef struct {
} MfUltralightReader;
// TODO rework with reader analyzer
// typedef void (*MfUltralightAuthReceivedCallback)(MfUltralightAuth auth, void* context);
typedef void (*MfUltralightAuthReceivedCallback)(MfUltralightAuth auth, void* context);
typedef struct {
MfUltralightData data;