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:
parent
55d1cb8dac
commit
7cd8f93d5c
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user