mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-30 08:24:11 +01:00
e8d6e7c557
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1663 ebee16cc-31ac-478f-84a7-5cbb03baadba
11 lines
193 B
C
11 lines
193 B
C
#ifndef PIOS_BOARD_H_
|
|
#define PIOS_BOARD_H_
|
|
|
|
#ifdef USE_STM32103CB_AHRS
|
|
#include "STM32103CB_AHRS.h"
|
|
#elif USE_STM3210E_OP
|
|
#include "STM3210E_OP.h"
|
|
#endif
|
|
|
|
#endif /* PIOS_BOARD_H_ */
|