Subversion Repositories FlightCtrl

Rev

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

Rev 762 Rev 816
Line 5... Line 5...
5
 
5
 
6
extern int16_t GPS_Pitch;
6
extern int16_t GPS_Pitch;
Line 7... Line 7...
7
extern int16_t GPS_Roll;
7
extern int16_t GPS_Roll;
-
 
8
 
8
 
9
extern uint8_t GPS_P_Factor;
Line 9... Line 10...
9
extern uint8_t GPS_P_Factor;
10
extern uint8_t GPS_I_Factor;
10
extern uint8_t GPS_D_Factor;
11
extern uint8_t GPS_D_Factor;
11
 
12