imu_b2: fix include directive

This commit is contained in:
Felix Ruess
2012-02-14 12:09:48 +01:00
parent ef76c8a866
commit 639d8efbf0
+1 -1
View File
@@ -169,7 +169,7 @@
} \
}
#elif defined IMU_B2_MAG_TYPE && IMU_B2_MAG_TYPE == IMU_B2_MAG_HMC5843
include "peripherals/hmc5843.h"
#include "peripherals/hmc5843.h"
#define foo_handler() {}
#define ImuMagEvent(_mag_handler) { \
MagEvent(foo_handler); \