mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 15:08:28 -04:00
7 lines
123 B
C++
7 lines
123 B
C++
|
#include "MsgHandler_GPS.h"
|
||
|
|
||
|
void MsgHandler_GPS::process_message(uint8_t *msg)
|
||
|
{
|
||
|
update_from_msg_gps(0, msg, true);
|
||
|
}
|