Squashed 'features/nanostack/sal-stack-nanostack-eventloop/' changes from 7745556..276ff28

276ff28 Change event_data to uintptr_t

git-subtree-dir: features/nanostack/sal-stack-nanostack-eventloop
git-subtree-split: 276ff28179cc7f0c33fc28cb23bd26ea531f5dbf
pull/11335/head^2
Jarkko Paso 2019-08-26 15:46:09 +03:00
parent 7a78882279
commit 7c99079717
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 */