mirror of https://github.com/ARMmbed/mbed-os.git
extend the event generation int
parent
3f9c734e1a
commit
86f8b0b818
|
@ -42,8 +42,8 @@ extern "C" {
|
|||
// Internal event structure
|
||||
struct equeue_event {
|
||||
unsigned size;
|
||||
uint16_t generation;
|
||||
uint8_t id;
|
||||
uint8_t generation;
|
||||
|
||||
struct equeue_event *next;
|
||||
struct equeue_event *sibling;
|
||||
|
|
Loading…
Reference in New Issue