nrfxlib API 2.8.99
|
void nfc_platform_buffer_free | ( | uint8_t * | p_buffer | ) |
#include <nfc/include/nfc_platform.h>
Free allocated buffer.
If p_buffer is NULL, no operation is performed.
[in] | p_buffer | Pointer to allocated buffer by the nfc_platform_buffer_alloc function. |