mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
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
Block a user