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

Method CANDriver

RemoteIDModule/CANDriver.cpp:33–34  ·  view source on GitHub ↗

constructor

Source from the content-addressed store, hash-verified

31
32// constructor
33CANDriver::CANDriver()
34{}
35
36static const twai_timing_config_t t_config = TWAI_TIMING_CONFIG_1MBITS();
37static twai_filter_config_t f_config = TWAI_FILTER_CONFIG_ACCEPT_ALL();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected