We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0f3ff2 + 7c99079 commit 2bcb1a6Copy full SHA for 2bcb1a6
features/nanostack/sal-stack-nanostack-eventloop/nanostack-event-loop/eventOS_event.h
@@ -43,7 +43,7 @@ typedef struct arm_event_s {
43
uint8_t event_id; /**< Timer ID, NWK interface ID or application specific ID */
44
void *data_ptr; /**< Application could share data pointer tasklet to tasklet */
45
arm_library_event_priority_e priority;
46
- uint32_t event_data;
+ uintptr_t event_data;
47
} arm_event_t;
48
49
/* Backwards compatibility */
0 commit comments