| 42 | } |
| 43 | |
| 44 | static 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 | |
| 51 | static int wdt_sample(int argc, char *argv[]) |
| 52 | { |
no test coverage detected