Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 1774 → Rev 1775

/branches/dongfang_FC_rewrite/twimaster.h
22,7 → 22,7
} __attribute__((packed)) MotorData_t;
 
#define MAX_MOTORS 12
extern MotorData_t Motor[MAX_MOTORS];
extern MotorData_t motor[MAX_MOTORS];
 
extern volatile uint16_t I2CTimeout;