carl9170 firmware: fix [-Wpacked-not-aligned] warnings v1.2.1
authorJason Self <j@jxself.org>
Sun, 6 May 2018 14:47:30 +0000 (07:47 -0700)
committerJason Self <j@jxself.org>
Sun, 6 May 2018 14:47:30 +0000 (07:47 -0700)
Mark certain structs/union aligned(4) to fix -Wpacked-not-aligned
warnings on gcc 8+.

This is a backport of commit b94cc57fa4ee29cb70415b699a1efc5f66eb41c7
dated May 2 2018 from upstream.


No differences found