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:
parent
cb95edaedc
commit
4fab429f50
@ -24,8 +24,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef STM32103CB_AHRS_H_
|
||||
#define STM32103CB_AHRS_H_
|
||||
#ifndef STM32103CB_CC_H_
|
||||
#define STM32103CB_CC_H_
|
||||
|
||||
//------------------------
|
||||
// Timers and Channels Used
|
||||
|
Loading…
x
Reference in New Issue
Block a user