From: Keith Packard Date: Tue, 3 Mar 2015 05:16:06 +0000 (-0800) Subject: altos: Missing pad field in TMv2 data packet X-Git-Tag: 1.6.0.3~109 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=bef7c89dac68956a94ae386fa6b87165ab6cb484;hp=bef7c89dac68956a94ae386fa6b87165ab6cb484 altos: Missing pad field in TMv2 data packet The normal ARM padding would have filled this in correctly, but it's best to be explicit about the structure. This also adds a test to make sure the resulting telemetry declaration is exactly 32 bytes, Signed-off-by: Keith Packard ---