FreeRTOS, queue byte alignment
For whatever reason, I'm getting byte alignment problems with queues. I have a 32 byte queue, and the last two bytes are now garbage (they weren't before). No system settings have been changed, and I'm using all the defaults. If I expand the size ...