Plane: removed unused variable
This commit is contained in:
parent
70b0bb475f
commit
a2ea323512
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user