Fix pack pragma usage

git-svn-id: https://arducopter.googlecode.com/svn/trunk@773 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
DrZiplok@gmail.com 2010-11-05 08:57:33 +00:00
parent aec22fc639
commit bfaf2f2f9b
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
// THIS FILE WAS AUTOMATICALLY GENERATED - DO NOT EDIT
//
/// @file protocol.h
#pragma pack(push)
#pragma pack(1)
//////////////////////////////////////////////////////////////////////

View File

@ -7,6 +7,7 @@
BEGIN {
printf("//\n// THIS FILE WAS AUTOMATICALLY GENERATED - DO NOT EDIT\n//\n")
printf("/// @file protocol.h\n")
printf("#pragma pack(push)\n");
printf("#pragma pack(1)\n");
currentMessage = ""