ludocode / mpack

MPack - A C encoder/decoder for the MessagePack serialization format / msgpack.org[C]
MIT License
521 stars 82 forks source link

memory error on avr (arduino uno) #109

Open rqi14 opened 3 months ago

rqi14 commented 3 months ago

Hi. It seems whatever data I write with mapck_writer_t, it always gives mpack_error_memory. Is it not compaible with AVR?