Subversion Repositories FlightCtrl

Rev

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

Rev 2104 Rev 2108
Line 18... Line 18...
18
uint8_t requiredMotors;
18
uint8_t requiredMotors;
Line 19... Line 19...
19
 
19
 
Line 20... Line 20...
20
VersionInfo_t versionInfo;
20
VersionInfo_t versionInfo;
21
 
21
 
Line 22... Line 22...
22
FlightMode_t currentFlightMode = FLIGHT_MODE_MANUAL;
22
FlightMode_t currentFlightMode = FLIGHT_MODE_MANUAL;
23
volatile uint8_t isMotorRunning = 0;
23
volatile uint16_t isFlying= 0;
Line 24... Line 24...
24
 
24