Skip to content

Commit 7264880

Browse files
grochumasz-nordic
authored andcommitted
nfc: rev: 10bfaa0b7e39d671db3ed39346dbdcf77dddef1c
CHANGELOG.rst contains the list of changes. Signed-off-by: Michał Grochala <[email protected]>
1 parent df0e490 commit 7264880

File tree

10 files changed

+9
-1
lines changed

10 files changed

+9
-1
lines changed

nfc/CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ Changelog
99

1010
All notable changes to this project are documented in this file.
1111

12+
Main branch
13+
***********
14+
15+
Modified
16+
========
17+
18+
* Aligned the :ref:`type_2_tag` and :ref:`type_4_tag` to the new nrfx API in version 4.0.0.
19+
1220
nRF Connect SDK v3.0.0
1321
**********************
1422

nfc/include/nfc_platform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ int nfc_platform_setup(nfc_lib_cb_resolve_t nfc_lib_cb_resolve, uint8_t * p_irq_
8080
* NRFX_NFCT_NFCID1_DOUBLE_SIZE, or NRFX_NFCT_NFCID1_TRIPLE_SIZE.
8181
*/
8282
int nfc_platform_nfcid1_default_bytes_get(uint8_t * const p_nfcid1_buff,
83-
uint32_t nfcid1_buff_len);
83+
uint32_t nfcid1_buff_len);
8484

8585

8686
/**
-168 Bytes
Binary file not shown.
-252 Bytes
Binary file not shown.
-168 Bytes
Binary file not shown.
-252 Bytes
Binary file not shown.
-168 Bytes
Binary file not shown.
-248 Bytes
Binary file not shown.
-168 Bytes
Binary file not shown.
-248 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)