MFC emulation fixes (#3324)

* mf classic listener: fix write block
* nfc: go to idle state instead of sleep
* lib nfc: fix documentation
This commit is contained in:
gornekich
2023-12-29 12:24:20 +09:00
committed by GitHub
parent 895694c624
commit a7b60bf2a6
9 changed files with 21 additions and 14 deletions
@@ -17,8 +17,8 @@ typedef struct Iso14443_4bPoller Iso14443_4bPoller;
* @brief Enumeration of possible Iso14443_4b poller event types.
*/
typedef enum {
Iso14443_4bPollerEventTypeError, /**< The card was activated by the poller. */
Iso14443_4bPollerEventTypeReady, /**< An error occured during activation procedure. */
Iso14443_4bPollerEventTypeError, /**< An error occured during activation procedure. */
Iso14443_4bPollerEventTypeReady, /**< The card was activated by the poller. */
} Iso14443_4bPollerEventType;
/**