Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2137 → Rev 2138

/branches/dongfang_FC_fixedwing/uart0.c
106,14 → 106,14
"RC R ",
"RC Y ",
"RC T ",
"Profile 0 ",
"Profile 1 ", //25
"Profile 2 ",
"Profile 3 ",
"Profile total ",
" ",
"Var0 ", //30
"Var1 "
"Gyro offs P ",
"Gyro offs R ", //25
"Gyro offs Y ",
"Gyro ADC P ",
"Gyro ADC R ",
"Gyro ADC Y ",
" ", //30
" "
};
 
/****************************************************************/
667,10 → 667,6
 
if (request_variables && txd_complete) {
sendOutData('X', FC_ADDRESS, 1, (uint8_t *) &variables, sizeof(variables));
debugOut.analog[28] = channelMap.HWTrim;
debugOut.analog[29] = channelMap.variableOffset;
debugOut.analog[30] = variables[0];
debugOut.analog[31] = variables[1];
request_variables = FALSE;
}