mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-05 10:52:15 +02:00
nfc: clarify name of NfpuDeviceState member
This commit is contained in:
parent
d4b436bfa2
commit
2fdde95503
@ -113,7 +113,7 @@ typedef enum {
|
|||||||
NfpuDeviceState_SearchingForTag = 1,
|
NfpuDeviceState_SearchingForTag = 1,
|
||||||
NfpuDeviceState_TagFound = 2,
|
NfpuDeviceState_TagFound = 2,
|
||||||
NfpuDeviceState_TagRemoved = 3,
|
NfpuDeviceState_TagRemoved = 3,
|
||||||
NfpuDeviceState_TagNearby = 4,
|
NfpuDeviceState_TagMounted = 4,
|
||||||
NfpuDeviceState_Unavailable = 5,
|
NfpuDeviceState_Unavailable = 5,
|
||||||
NfpuDeviceState_Finalized = 6,
|
NfpuDeviceState_Finalized = 6,
|
||||||
} NfpuDeviceState;
|
} NfpuDeviceState;
|
||||||
|
Loading…
Reference in New Issue
Block a user