Fundacio-i2CAT / rinasense

FreeRTOS RINA library for microcontroller platforms
Apache License 2.0
2 stars 5 forks source link

#3: Convert RINAStackEvent_t into an Union type #104

Closed fdgonthier closed 2 years ago

fdgonthier commented 2 years ago

This allows us to avoid awkwardly casting from a void pointer to the various types that the event might hold.

Closes: #95