AP_Common: NFC spell in comments

This commit is contained in:
Dr.-Ing. Amilcar Do Carmo Lucas 2017-11-27 13:08:49 +01:00 committed by Randy Mackay
parent 0ecb14361d
commit 5a0ffe94d2
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ char (&_ARRAY_SIZE_HELPER(T (&_arr)[0]))[0];
//@{
struct PACKED Location_Option_Flags {
uint8_t relative_alt : 1; // 1 if altitude is relateive to home
uint8_t relative_alt : 1; // 1 if altitude is relative to home
uint8_t unused1 : 1; // unused flag (defined so that loiter_ccw uses the correct bit)
uint8_t loiter_ccw : 1; // 0 if clockwise, 1 if counter clockwise
uint8_t terrain_alt : 1; // this altitude is above terrain