5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-08 22:53:57 -04:00
ardupilot/Tools/Replay/MsgHandler_IMU2.cpp

7 lines
117 B
C++

#include "MsgHandler_IMU2.h"
void MsgHandler_IMU2::process_message(uint8_t *msg)
{
update_from_msg_imu(1, msg);
}