Skip to content

Commit 8e75802

Browse files
committed
NFC doc: Fix constructor signature.
1 parent 425c1c1 commit 8e75802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/design-documents/nfc/nfc_design.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
- [Interoperability](#interoperability)
5050
- [HAL testing](#hal-testing)
5151
- [Dependencies](#dependencies)
52-
52+
5353
## Revision history
5454

5555
| Revision | Date | Authors | Mbed OS version | Comments |
@@ -313,7 +313,7 @@ This class is the ancestor class for all endpoints which have the capability of
313313
User-facing API:
314314

315315
```cpp
316-
NFCNDEFCapable(uint8_t* buffer, size_t buffer_size);
316+
NFCNDEFCapable(const Span<uint8_t> &buffer);
317317
```
318318
319319
The class is constructed using a scratch buffer which is used to encode and/or decode NDEF messages.

0 commit comments

Comments
 (0)