commented out debugger code

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1872 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
jasonshort 2011-04-10 23:20:22 +00:00
parent 608a089d68
commit 06d0b9859c

View File

@ -42,7 +42,7 @@ version 2.1 of the License, or (at your option) any later version.
#define MAVLINK_COMM_NUM_BUFFERS 2
#include <GCS_MAVLink.h> // MAVLink GCS definitions
#include <GCS_SIMPLE.h>
//#include <GCS_SIMPLE.h>
// Configuration
@ -177,7 +177,7 @@ GPS *g_gps;
GCS_Class gcs;
#endif
GCS_SIMPLE gcs_simple(&Serial);
//GCS_SIMPLE gcs_simple(&Serial);
AP_RangeFinder_MaxsonarXL sonar;