Skip to content

Commit 7c99079

Browse files
author
Jarkko Paso
committed
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
1 parent 7a78882 commit 7c99079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nanostack-event-loop/eventOS_event.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ typedef struct arm_event_s {
4343
uint8_t event_id; /**< Timer ID, NWK interface ID or application specific ID */
4444
void *data_ptr; /**< Application could share data pointer tasklet to tasklet */
4545
arm_library_event_priority_e priority;
46-
uint32_t event_data;
46+
uintptr_t event_data;
4747
} arm_event_t;
4848

4949
/* Backwards compatibility */

0 commit comments

Comments
 (0)