You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are typedefs for callbacks in pico and just void (* z_sample_handler_t)(z_loaned_sample_t * sample, void * arg) - like types in zenoh-c.
This should be aligned as these typedefs are part of public API
Describe the release item
There are typedefs for callbacks in pico and just
void (* z_sample_handler_t)(z_loaned_sample_t * sample, void * arg)
- like types in zenoh-c.This should be aligned as these typedefs are part of public API
See PR eclipse-zenoh/zenoh-pico#736
The text was updated successfully, but these errors were encountered: