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:
@@ -18,8 +18,8 @@ typedef struct FelicaPoller FelicaPoller;
|
||||
* @brief Enumeration of possible Felica poller event types.
|
||||
*/
|
||||
typedef enum {
|
||||
FelicaPollerEventTypeError, /**< The card was activated by the poller. */
|
||||
FelicaPollerEventTypeReady, /**< An error occured during activation procedure. */
|
||||
FelicaPollerEventTypeError, /**< An error occured during activation procedure. */
|
||||
FelicaPollerEventTypeReady, /**< The card was activated by the poller. */
|
||||
} FelicaPollerEventType;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user