nrfxlib API 2.8.99
|
typedef void(* mpsl_assert_handler_t) (const char *const file, const uint32_t line) |
#include <mpsl/include/mpsl.h>
Function prototype for the assert handler.
[in] | file | The filename where the assertion occurred. |
[in] | line | The line number where the assertion occurred. |