mirror of https://github.com/ArduPilot/ardupilot
7 lines
117 B
C++
7 lines
117 B
C++
|
#include "MsgHandler_IMU3.h"
|
||
|
|
||
|
void MsgHandler_IMU3::process_message(uint8_t *msg)
|
||
|
{
|
||
|
update_from_msg_imu(2, msg);
|
||
|
}
|