Subversion Repositories FlightCtrl

Rev

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

Rev 857 Rev 887
Line 53... Line 53...
53
struct acc_neutral_struct
53
struct acc_neutral_struct
54
{
54
{
55
        int X;
55
        int X;
56
        int Y;
56
        int Y;
57
        float Z;
57
        float Z;
-
 
58
        int compass;
58
};
59
};
Line 59... Line 60...
59
 
60
 
60
extern struct acc_neutral_struct acc_neutral;
61
extern struct acc_neutral_struct acc_neutral;