mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-17 14:18:31 -04:00
7 lines
121 B
C++
7 lines
121 B
C++
#include "MsgHandler_MAG.h"
|
|
|
|
void MsgHandler_MAG::process_message(uint8_t *msg)
|
|
{
|
|
update_from_msg_compass(0, msg);
|
|
}
|