From a01bee38179b255a60b438211ee1e64ffef7e3da Mon Sep 17 00:00:00 2001 From: daveluff Date: Sat, 17 Oct 2009 11:48:17 +0000 Subject: [PATCH] Change one of the default flight plans to something more convenient for development. These will eventually all be removed from the code and read from preferences anyway. --- src/Instrumentation/KLN89/kln89.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Instrumentation/KLN89/kln89.cxx b/src/Instrumentation/KLN89/kln89.cxx index da1134bea..4387ddc19 100644 --- a/src/Instrumentation/KLN89/kln89.cxx +++ b/src/Instrumentation/KLN89/kln89.cxx @@ -365,11 +365,7 @@ void KLN89::CreateDefaultFlightPlans() { wps.clear(); ids.push_back("KCCR"); wps.push_back(GPS_WP_APT); - ids.push_back("SUZYE"); - wps.push_back(GPS_WP_INT); - ids.push_back("ALTAM"); - wps.push_back(GPS_WP_INT); - ids.push_back("C83"); + ids.push_back("KHAF"); wps.push_back(GPS_WP_APT); CreateFlightPlan(_flightPlans[4], ids, wps);