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