Plane: fixed typo

This commit is contained in:
Andrew Tridgell 2013-01-23 10:06:22 +11:00
parent 49356b790b
commit 7ab3d93ed4
1 changed files with 1 additions and 1 deletions

View File

@ -794,7 +794,7 @@ GCS_MAVLINK::update(void)
// process received bytes
uint16_t nbytes = comm_get_available(chan);
for (uint16_t i=0; i<nbytes; i++) {
for (uint16_t i=0; i<nbytes; i++)
{
uint8_t c = comm_receive_ch(chan);