board/sg-nfc.c: Pass UID consistently
If we receive it from the upper ops layer then we should send it back as well.
This commit is contained in:
@ -9,7 +9,11 @@
|
||||
|
||||
struct sg_nfc_ops {
|
||||
HRESULT (*mifare_poll)(void *ctx, uint32_t *uid);
|
||||
HRESULT (*mifare_read_luid)(void *ctx, uint8_t *luid, size_t nbytes);
|
||||
HRESULT (*mifare_read_luid)(
|
||||
void *ctx,
|
||||
uint32_t uid,
|
||||
uint8_t *luid,
|
||||
size_t nbytes);
|
||||
};
|
||||
|
||||
struct sg_nfc {
|
||||
|
Reference in New Issue
Block a user