mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Update messages.cpp
spelling mistakes
This commit is contained in:
@@ -291,7 +291,7 @@ build_gps_response(uint8_t *buffer, size_t *size)
|
|||||||
msg.altitude_L = (uint8_t)alt & 0xff;
|
msg.altitude_L = (uint8_t)alt & 0xff;
|
||||||
msg.altitude_H = (uint8_t)(alt >> 8) & 0xff;
|
msg.altitude_H = (uint8_t)(alt >> 8) & 0xff;
|
||||||
|
|
||||||
/* Get any (and probably only ever one) _home_sub postion report */
|
/* Get any (and probably only ever one) _home_sub position report */
|
||||||
bool updated;
|
bool updated;
|
||||||
orb_check(_home_sub, &updated);
|
orb_check(_home_sub, &updated);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user