MCPcopy Create free account
hub / github.com/ArduPilot/ArduRemoteID / init

Method init

RemoteIDModule/mavlink.cpp:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void MAVLinkSerial::init(void)
41{
42 // print banner at startup
43 serial.printf("ArduRemoteID version %u.%u %08x\n",
44 FW_VERSION_MAJOR, FW_VERSION_MINOR, GIT_VERSION);
45 mavlink_system.sysid = g.mavlink_sysid;
46}
47
48void MAVLinkSerial::update(void)
49{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected