mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 01:53:48 +08:00
[modules] move IMU from subsystems to modules
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
#include "nps_fdm.h"
|
||||
|
||||
#include "modules/radio_control/radio_control.h"
|
||||
#include "subsystems/imu.h"
|
||||
#include "modules/imu/imu.h"
|
||||
#include "mcu_periph/sys_time.h"
|
||||
#include "state.h"
|
||||
#include "modules/core/commands.h"
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#include "nps_fdm.h"
|
||||
|
||||
#include "modules/radio_control/radio_control.h"
|
||||
#include "subsystems/imu.h"
|
||||
#include "modules/imu/imu.h"
|
||||
#include "mcu_periph/sys_time.h"
|
||||
#include "state.h"
|
||||
#include "subsystems/ahrs.h"
|
||||
|
||||
Reference in New Issue
Block a user