Structure packing in C | How to get memory for free

Structure packing in C | How to get memory for free

In 100% of the embedded projects I worked on, memory became an issue at some point. Either not enough RAM or not enough flash. Here we see an easy way to optimize our data structures in order to save space in memory at no cost...