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

Method set_default

libraries/AP_JSButton/AP_JSButton.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void JSButton::set_default(button_function_t f, button_function_t sf)
36{
37 _function.set_default(f);
38 _sfunction.set_default(sf);
39}

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36