From 4fab429f501693a178dfc4567ef634a23fb3bc00 Mon Sep 17 00:00:00 2001 From: pip Date: Thu, 10 Mar 2011 20:22:20 +0000 Subject: [PATCH] Corrected the #ifdef line (line 26/27), it was "#ifndef STM32103CB_AHRS_H_", it's now "#ifndef STM32103CB_CC_H_" git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@3022 ebee16cc-31ac-478f-84a7-5cbb03baadba --- flight/PiOS/Boards/STM32103CB_CC_Rev1.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flight/PiOS/Boards/STM32103CB_CC_Rev1.h b/flight/PiOS/Boards/STM32103CB_CC_Rev1.h index e336aefc7..a39b8b457 100644 --- a/flight/PiOS/Boards/STM32103CB_CC_Rev1.h +++ b/flight/PiOS/Boards/STM32103CB_CC_Rev1.h @@ -24,8 +24,8 @@ */ -#ifndef STM32103CB_AHRS_H_ -#define STM32103CB_AHRS_H_ +#ifndef STM32103CB_CC_H_ +#define STM32103CB_CC_H_ //------------------------ // Timers and Channels Used