Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2121 → Rev 2122

/branches/dongfang_FC_fixedwing/arduino_atmega328/configuration.c
153,7 → 153,7
/* Default Values for R/C Channels */
/***************************************************/
void channelMap_default(void) {
channelMap.trim = 0;
channelMap.HWTrim = 0;
channelMap.channels[CH_ELEVATOR] = 1;
channelMap.channels[CH_AILERONS] = 0;
channelMap.channels[CH_THROTTLE] = 2;