Merge commit '7c99079717dd610f0674f6cf38a77af14f987dc6'

* commit '7c99079717dd610f0674f6cf38a77af14f987dc6':
  Squashed 'features/nanostack/sal-stack-nanostack-eventloop/' changes from 7745556..276ff28
pull/11335/head
Jarkko Paso 2019-08-26 15:46:10 +03:00
commit 2bcb1a6c9d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ typedef struct arm_event_s {
uint8_t event_id; /**< Timer ID, NWK interface ID or application specific ID */
void *data_ptr; /**< Application could share data pointer tasklet to tasklet */
arm_library_event_priority_e priority;
uint32_t event_data;
uintptr_t event_data;
} arm_event_t;
/* Backwards compatibility */