Skip to content
Snippets Groups Projects
Commit 54677cd2 authored by Stefan's avatar Stefan Committed by Lorenz Meier
Browse files

Update messages.cpp

spelling mistakes
parent 1d1ad3e9
No related branches found
No related tags found
No related merge requests found
......@@ -291,7 +291,7 @@ build_gps_response(uint8_t *buffer, size_t *size)
msg.altitude_L = (uint8_t)alt & 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;
orb_check(_home_sub, &updated);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment