Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2117 → Rev 2157

/branches/dongfang_FC_rewrite/configuration.h
93,8 → 93,8
typedef struct {
char name[12];
int8_t motor[MAX_MOTORS][4];
}__attribute__((packed)) mixerMatrix_t;
extern mixerMatrix_t mixerMatrix;
}__attribute__((packed)) MixerMatrix_t;
extern MixerMatrix_t mixerMatrix;
 
typedef struct {
int16_t offsets[3];