Subversion Repositories FlightCtrl

Rev

Rev 467 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 467 Rev 478
Line 90... Line 90...
90
   char Name[12];
90
   char Name[12];
91
 };
91
 };
Line 92... Line 92...
92
 
92
 
93
struct acc_neutral_struct
93
struct acc_neutral_struct
94
{
94
{
95
        int X;
95
        volatile int X;
96
        int Y;
96
        volatile int Y;
97
        float Z;
97
        volatile float Z;
Line 98... Line 98...
98
};
98
};
99
 
99