Browse Source

Plane: fixed typo

mission-4.1.18
Andrew Tridgell 12 years ago
parent
commit
7ab3d93ed4
  1. 2
      ArduPlane/GCS_Mavlink.pde

2
ArduPlane/GCS_Mavlink.pde

@ -794,7 +794,7 @@ GCS_MAVLINK::update(void) @@ -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…
Cancel
Save