ArduPlane: commented out two unused variables to remove compiler warning

This commit is contained in:
rmackay9 2012-08-18 13:20:34 +09:00
parent 14cdbd36cb
commit 9773c8ce93
1 changed files with 2 additions and 2 deletions

View File

@ -1792,8 +1792,8 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
// set imu hil sensors
// TODO: check scaling for temp/absPress
float temp = 70;
float absPress = 1;
//float temp = 70;
//float absPress = 1;
//Serial.printf_P(PSTR("accel: %d %d %d\n"), packet.xacc, packet.yacc, packet.zacc);
//Serial.printf_P(PSTR("gyro: %d %d %d\n"), packet.xgyro, packet.ygyro, packet.zgyro);