add support for mifare ultralight
[librfid] / rfid.c
diff --git a/rfid.c b/rfid.c
index 4d0d2c2..0ca7ef3 100644 (file)
--- a/rfid.c
+++ b/rfid.c
@@ -42,6 +42,7 @@ int rfid_init()
        rfid_layer2_register(&rfid_layer2_iso14443a);
        rfid_layer2_register(&rfid_layer2_iso14443b);
        rfid_protocol_register(&rfid_protocol_tcl);
+       rfid_protocol_register(&rfid_protocol_mful);
 
        return 0;
 }