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

Function delay

Tools/AP_Bootloader/bl_protocol.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188static void delay(unsigned msec)
189{
190 chThdSleep(chTimeMS2I(msec));
191}
192
193void
194led_set(enum led_state state)

Callers 3

init_ardupilotMethod · 0.85
test_flashFunction · 0.85
bl_protocol.cppFile · 0.85

Calls

no outgoing calls

Tested by 1

test_flashFunction · 0.68