mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-06 21:54:15 +01:00
There shouldn't be any reason to need 8-byte alignment on the F1 platform. This allows better packing of all malloc'd data. Reducing this below 4-byte alignment is not recommended and will likely result in misaligned pointers being passed to peripherals. RAM savings is another 300 bytes.