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.
1 parent 7a78882 commit 7c99079Copy full SHA for 7c99079
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