altos: Fake flight code changes in kernel and stm
[fw/altos] / src / kernel / ao_pyro.h
index 0c5642d6ea91f2ff12e76c6b1321ff69882b3a4c..34c990789cb9067130c479d61a741e4018bf8de4 100644 (file)
@@ -45,7 +45,11 @@ enum ao_pyro_flag {
 
        ao_pyro_state_less              = 0x00004000,
        ao_pyro_state_greater_or_equal  = 0x00008000,
-};
+}
+#ifdef __GNUC__
+       __attribute__ ((packed))
+#endif
+       ;
 
 struct ao_pyro {
        enum ao_pyro_flag       flags;