NFC doc: Fix constructor signature.

pull/7426/head
Vincent Coubard 2018-08-31 09:52:32 +01:00
parent 425c1c1e06
commit 8e75802044
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@
- [Interoperability](#interoperability)
- [HAL testing](#hal-testing)
- [Dependencies](#dependencies)
## Revision history
| 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
User-facing API:
```cpp
NFCNDEFCapable(uint8_t* buffer, size_t buffer_size);
NFCNDEFCapable(const Span<uint8_t> &buffer);
```
The class is constructed using a scratch buffer which is used to encode and/or decode NDEF messages.