From 9b05369f1e7b512d6ea2a12a59118857f482f004 Mon Sep 17 00:00:00 2001 From: jasonshort Date: Thu, 19 May 2011 01:02:03 +0000 Subject: [PATCH] Missed saving frame orientation. git-svn-id: https://arducopter.googlecode.com/svn/trunk@2346 f9c3cf11-9bcb-44bc-f272-b75c42450872 --- ArduCopterMega/setup.pde | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArduCopterMega/setup.pde b/ArduCopterMega/setup.pde index 2ea11deda0..31bd02c4ae 100644 --- a/ArduCopterMega/setup.pde +++ b/ArduCopterMega/setup.pde @@ -260,9 +260,9 @@ static int8_t setup_frame(uint8_t argc, const Menu::arg *argv) { if (!strcmp_P(argv[1].str, PSTR("x"))) { - + g.frame_orientation = X_FRAME; } else if (!strcmp_P(argv[1].str, PSTR("p"))) { - + g.frame_orientation = PLUS_FRAME; }else{ Serial.printf_P(PSTR("\nOptions:[x,p]\n")); report_frame();