mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-04 06:58:39 -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);
|
||
|
}
|