ardupilot/Tools/Replay/MsgHandler_MAG2.cpp

7 lines
123 B
C++
Raw Normal View History

2015-05-15 00:19:55 -03:00
#include "MsgHandler_MAG2.h"
void MsgHandler_MAG2::process_message(uint8_t *msg)
{
update_from_msg_compass(1, msg);
}