mirror of https://github.com/ArduPilot/ardupilot
ArduPlane: commented out two unused variables to remove compiler warning
This commit is contained in:
parent
14cdbd36cb
commit
9773c8ce93
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue