mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
7 lines
117 B
C++
7 lines
117 B
C++
#include "MsgHandler_IMU.h"
|
|
|
|
void MsgHandler_IMU::process_message(uint8_t *msg)
|
|
{
|
|
update_from_msg_imu(0, msg);
|
|
}
|