Plane: removed unused variable

This commit is contained in:
Andrew Tridgell 2013-11-07 13:54:25 +11:00
parent 4f871c87f1
commit c1bc093cf5
1 changed files with 0 additions and 1 deletions

View File

@ -427,7 +427,6 @@ struct PACKED log_Compass {
static void Log_Write_Compass()
{
Vector3f mag_offsets = compass.get_offsets();
Vector3f mag_motor_offsets = compass.get_motor_offsets();
struct log_Compass pkt = {
LOG_PACKET_HEADER_INIT(LOG_COMPASS_MSG),
time_ms : hal.scheduler->millis(),