NordicSemiconductor / zcbor

Low footprint C/C++ CBOR library and Python tool providing code generation from CDDL descriptions.
Apache License 2.0
114 stars 34 forks source link

zcbor_decode.c: Move MAJOR_TYPE() and ADDITIONAL() macros to zcbor_common.h #336

Closed oyvindronningstad closed 1 year ago

oyvindronningstad commented 1 year ago

And rename to include a ZCBOR_ prefix. This allows them to be used in other files.