Subversion Repositories FlightCtrl

Rev

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

Rev 1980 Rev 2035
Line 140... Line 140...
140
 
140
 
141
/*
141
/*
142
 * Main routine, called from the flight loop.
142
 * Main routine, called from the flight loop.
143
 */
143
 */
-
 
144
void calculateFlightAttitude(void);
144
void calculateFlightAttitude(void);
145