From 7c99079717dd610f0674f6cf38a77af14f987dc6 Mon Sep 17 00:00:00 2001 From: Jarkko Paso Date: Mon, 26 Aug 2019 15:46:09 +0300 Subject: [PATCH] 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 --- nanostack-event-loop/eventOS_event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanostack-event-loop/eventOS_event.h b/nanostack-event-loop/eventOS_event.h index fdade47838..17cb10ae90 100644 --- a/nanostack-event-loop/eventOS_event.h +++ b/nanostack-event-loop/eventOS_event.h @@ -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 */