added imu_overrun to sim of imu_b2 to stop settings from complaining

This commit is contained in:
Felix Ruess
2011-06-13 13:38:39 +02:00
parent 83459c6488
commit d07f1e7b94
2 changed files with 3 additions and 0 deletions
@@ -25,6 +25,8 @@
#include "generated/airframe.h"
int imu_overrun = 0;
void imu_b2_arch_init(void) {
}
@@ -29,6 +29,7 @@
#ifndef IMU_B2_ARCH_H
#define IMU_B2_ARCH_H
extern int imu_overrun;
extern void imu_feed_gyro_accel(void);
extern void imu_feed_mag(void);