MCPcopy Create free account
hub / github.com/ArduPilot/ardupilot / set_device_path

Method set_device_path

libraries/AP_HAL_Linux/UARTDriver.cpp:46–49  ·  view source on GitHub ↗

set the tty device to use for this UART */

Source from the content-addressed store, hash-verified

44 set the tty device to use for this UART
45 */
46void UARTDriver::set_device_path(const char *path)
47{
48 device_path = path;
49}
50
51void UARTDriver::_begin(uint32_t b, uint16_t rxS, uint16_t txS)
52{

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected