Skip to content

Commit

Permalink
[imu] simulating 3 IMU's failed since an NPS IMU is added. Increase M…
Browse files Browse the repository at this point in the history
…AX_IMU to 4 (Solves #3135) (#3211)
  • Loading branch information
dewagter committed Dec 17, 2023
1 parent 4d8c690 commit b040314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/airborne/modules/imu/imu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b040314

Please sign in to comment.