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

OP-896: Linux and Mac are case-sensitive

This commit is contained in:
Oleg Semyonov 2013-04-12 21:18:49 +03:00
parent 6cd963e423
commit fe1a6b1c5b

View File

@ -4,7 +4,7 @@
#ifdef USE_STM3210E_OP
#include "STM3210E_OP.h"
#elif USE_STM32103CB_OPLINK
#include "STM32103CB_OPLINK_Rev1.h"
#include "STM32103CB_OPLink_Rev1.h"
#elif USE_STM32103CB_CC_Rev1
#include "STM32103CB_CC_Rev1.h"
#elif USE_STM32F2xx_INS