nRF Connect SDK API 0.1.0
|
#define APP_EVENT_TYPE_DECLARE | ( | ename | ) | _APP_EVENT_TYPE_DECLARE(ename) |
#include <include/app_event_manager.h>
Declare an event type.
This macro provides declarations required for an event to be used by other modules.
ename | Name of the event. |