Browse Source

Fix compile error

git-svn-id: https://arducopter.googlecode.com/svn/trunk@2232 f9c3cf11-9bcb-44bc-f272-b75c42450872
master
mich146@hotmail.com 14 years ago
parent
commit
e7606a3a82
  1. 1
      ArduCopterMega/Log.pde

1
ArduCopterMega/Log.pde

@ -624,7 +624,6 @@ void Log_Read_Cmd() @@ -624,7 +624,6 @@ void Log_Read_Cmd()
// Write an attitude packet. Total length : 10 bytes
void Log_Write_Attitude()
{
, (int)dcm.pitch_sensor, (uint16_t)dcm.yaw_sensor
DataFlash.WriteByte(HEAD_BYTE1);
DataFlash.WriteByte(HEAD_BYTE2);
DataFlash.WriteByte(LOG_ATTITUDE_MSG);

Loading…
Cancel
Save