1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

OP-4: Small naming fix.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@259 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
gussy 2010-03-06 06:24:39 +00:00 committed by gussy
parent 55d1cb8dac
commit 7cd8f93d5c

View File

@ -187,7 +187,7 @@ static void telemetryTask(void)
UAVTalkProcessInputStream(PIOS_COM_ReceiveBuffer(TelemetryPort));
} else if(PIOS_COM_ReceiveBufferUsed(COM_USB_HID) > 0)
{
UAVTalkProcessInputStream(PIOS_COM_ReceiveBuffer(TelemetryPort));
UAVTalkProcessInputStream(PIOS_COM_ReceiveBuffer(COM_USB_HID));
}
}
}