mirror of https://github.com/ARMmbed/mbed-os.git
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: 276ff28179cc7f0c33fc28cb23bd26ea531f5dbfpull/11335/head^2
parent
7a78882279
commit
7c99079717
|
@ -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