mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-02-06 02:52:42 +08:00
[imu] simulating 3 IMU's failed since an NPS IMU is added. Increase MAX_IMU to 4 (Solves #3135) (#3211)
This commit is contained in:
committed by
GitHub
parent
4d8c690d8f
commit
b040314103
@@ -35,7 +35,7 @@
|
||||
#include "generated/airframe.h"
|
||||
|
||||
#ifndef IMU_MAX_SENSORS
|
||||
#define IMU_MAX_SENSORS 3
|
||||
#define IMU_MAX_SENSORS 4
|
||||
#endif
|
||||
|
||||
struct imu_calib_t {
|
||||
|
||||
Reference in New Issue
Block a user