mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-20 11:28:58 +08:00
imu_b2: fix include directive
This commit is contained in:
@@ -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); \
|
||||
|
||||
Reference in New Issue
Block a user