commit | e2247885ef9b4ab794b87e83441577fcda7a1e12 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Thu Apr 18 15:52:50 2013 -0700 |
committer | Brian Silverman <brians> | Tue Apr 23 17:41:28 2013 -0700 |
tree | 05771151fff289e59b8df4e9afdf34a42572a171 | |
parent | 632d69d8b8bb98f8da30ae31916e2111e6717cd2 [diff] [blame] |
packed the control data struct
diff --git a/aos/atom_code/input/FRCComm.h b/aos/atom_code/input/FRCComm.h index 14c4602..98619de 100644 --- a/aos/atom_code/input/FRCComm.h +++ b/aos/atom_code/input/FRCComm.h
@@ -124,7 +124,6 @@ UINT32 FPGAChecksum3; char versionData[8]; -}; - +} __attribute__((packed)); #endif