Update messages.cpp

spelling mistakes
This commit is contained in:
Stefan 2016-01-10 11:48:10 +01:00 committed by Lorenz Meier
parent 1d1ad3e9ed
commit 54677cd223

View File

@ -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);