OpenCyphal / libudpard

A compact implementation of the Cyphal/UDP protocol in C for high-integrity real-time embedded systems
MIT License
10 stars 8 forks source link

UdpardMemoryFree must provide size #28

Closed thirtytwobits closed 10 months ago

thirtytwobits commented 1 year ago

To maintain symmetry and interoperability with C++ the UdpardMemoryFree function signature must include a size_t "amount to free" argument.

pavel-kirienko commented 1 year ago

We also need it in libcanard