Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArduPilot/ardupilot
/ set_flow_control
Method
set_flow_control
libraries/AP_Scripting/AP_Scripting_SerialAccess.cpp:65–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
void AP_Scripting_SerialAccess::set_flow_control(enum AP_HAL::UARTDriver::flow_control fcs)
66
{
67
if (!check_is_device_port()) {
68
stream->set_flow_control(fcs);
69
}
70
}
71
72
#endif // AP_SCRIPTING_ENABLED
Callers
1
init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected