ardupilot/Tools/Replay/MsgHandler_GPS.cpp

7 lines
123 B
C++
Raw Normal View History

#include "MsgHandler_GPS.h"
void MsgHandler_GPS::process_message(uint8_t *msg)
{
update_from_msg_gps(0, msg, true);
}