nrfxlib API 2.8.99
|
int32_t mpsl_build_revision_get | ( | uint8_t * | p_build_revision | ) |
#include <mpsl/include/mpsl.h>
Obtain build revision.
The application must provide a buffer that is at least MPSL_BUILD_REVISION_SIZE bytes long. MPSL will copy the build revision to the provided buffer.
[in,out] | p_build_revision | Build revision. |
0 | Success |
-NRF_EINVAL | Invalid argument provided |