mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-22 20:36:06 +08:00
added imu_overrun to sim of imu_b2 to stop settings from complaining
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user