From f6024c5406cf91c36460fbd301fa8e70e4d1448f Mon Sep 17 00:00:00 2001 From: treymarc Date: Wed, 16 Apr 2014 22:51:03 +0000 Subject: [PATCH] update header --- src/mw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mw.h b/src/mw.h index 473a38c6c6..64077c98c5 100755 --- a/src/mw.h +++ b/src/mw.h @@ -318,7 +318,7 @@ typedef struct flags_t { uint8_t PASSTHRU_MODE; uint8_t GPS_FIX; uint8_t GPS_FIX_HOME; - uint8_t SMALL_ANGLES_25; + uint8_t SMALL_ANGLE; uint8_t CALIBRATE_MAG; uint8_t VARIO_MODE; uint8_t FIXED_WING; // set when in flying_wing or airplane mode. currently used by althold selection code