1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

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
This commit is contained in:
pip 2011-03-10 20:22:20 +00:00 committed by pip
parent cb95edaedc
commit 4fab429f50

View File

@ -24,8 +24,8 @@
*/
#ifndef STM32103CB_AHRS_H_
#define STM32103CB_AHRS_H_
#ifndef STM32103CB_CC_H_
#define STM32103CB_CC_H_
//------------------------
// Timers and Channels Used