MCPcopy Index your code
hub / github.com/RT-Thread/rt-thread / lwp_startup_debug_request

Function lwp_startup_debug_request

components/lwp/lwp_runtime.c:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 */
32
33rt_weak int lwp_startup_debug_request(void)
34{
35 return 0;
36}
37
38#define LATENCY_TIMES (3)
39#define LATENCY_IN_MSEC (128)

Callers 1

lwp_startupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected