mirror of https://github.com/ARMmbed/mbed-os.git
Merge commit '7c99079717dd610f0674f6cf38a77af14f987dc6'
* commit '7c99079717dd610f0674f6cf38a77af14f987dc6': Squashed 'features/nanostack/sal-stack-nanostack-eventloop/' changes from 7745556..276ff28pull/11335/head
commit
2bcb1a6c9d
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue