laurencelundblade / QCBOR

Comprehensive, powerful, commercial-quality CBOR encoder/ decoder that is still suited for small devices.
Other
181 stars 47 forks source link

fixed typo in naming of casting/conversion function #243

Closed SebDE closed 2 months ago

laurencelundblade commented 2 months ago

Thanks for catching that and reporting!

Would you mind adding a #define so the old name still works? It's a public interface and I don't want to break backwards compatibility.

define CBOR_Int64UToInt16 QCBOR_Int64ToUInt16

SebDE commented 2 months ago

Absolutely - that's a very good idea.