From 3db966f378e3497c19ee5e4e70b95f4901c5362d Mon Sep 17 00:00:00 2001 From: analoguedevices Date: Mon, 30 Aug 2010 01:23:50 +0000 Subject: [PATCH] Added missing #endif at end of GPS_IMU.h git-svn-id: https://arducopter.googlecode.com/svn/trunk@354 f9c3cf11-9bcb-44bc-f272-b75c42450872 --- libraries/GPS_IMU/GPS_IMU.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/GPS_IMU/GPS_IMU.h b/libraries/GPS_IMU/GPS_IMU.h index 2c7a679536..c2ac6b7931 100755 --- a/libraries/GPS_IMU/GPS_IMU.h +++ b/libraries/GPS_IMU/GPS_IMU.h @@ -66,3 +66,4 @@ class GPS_IMU_Class }; extern GPS_IMU_Class GPS; +#endif \ No newline at end of file