nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ app_event_manager_free()

void app_event_manager_free ( void *  addr)

#include <include/app_event_manager.h>

Free memory occupied by the event.

The behavior of this function depends on the actual implementation. The default implementation of this function is same as k_free. It is annotated as weak and can be overridden by user.

Parameters
addrPointer to previously allocated memory.