Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2104 → Rev 2108

/branches/dongfang_FC_fixedwing/configuration.c
20,7 → 20,7
VersionInfo_t versionInfo;
 
FlightMode_t currentFlightMode = FLIGHT_MODE_MANUAL;
volatile uint8_t isMotorRunning = 0;
volatile uint16_t isFlying= 0;
 
const MMXLATION XLATIONS[] = {
{offsetof(ParamSet_t, externalControl), offsetof(DynamicParams_t, externalControl),0,255},