MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / _wdt_cmd_print_usage

Function _wdt_cmd_print_usage

bsp/hc32/tests/test_wdt.c:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44static void _wdt_cmd_print_usage(void)
45{
46 rt_kprintf("wdt_sample [option]\n");
47 rt_kprintf(" set_timeout: set wdt timeout(S)\n");
48 rt_kprintf(" e.g. MSH >wdt_sample set_timeout 10\n");
49}
50
51static int wdt_sample(int argc, char *argv[])
52{

Callers 1

wdt_sampleFunction · 0.85

Calls 1

rt_kprintfFunction · 0.85

Tested by

no test coverage detected