mirror of https://github.com/ArduPilot/ardupilot
Plane: fixed typo
This commit is contained in:
parent
49356b790b
commit
7ab3d93ed4
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue