Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
188
static void delay(unsigned msec)
189
{
190
chThdSleep(chTimeMS2I(msec));
191
}
192
193
void
194
led_set(enum led_state state)
Callers
3
init_ardupilot
Method · 0.85
test_flash
Function · 0.85
bl_protocol.cpp
File · 0.85
Calls
no outgoing calls
Tested by
1
test_flash
Function · 0.68