ardupilot/Tools/Replay/MsgHandler_MAG.cpp

7 lines
121 B
C++
Raw Normal View History

#include "MsgHandler_MAG.h"
void MsgHandler_MAG::process_message(uint8_t *msg)
{
update_from_msg_compass(0, msg);
}