| 137 | } |
| 138 | |
| 139 | static rt_err_t utest_init(void) |
| 140 | { |
| 141 | flag_feed = 0; |
| 142 | rt_thread_idle_sethook(idle_hook); |
| 143 | return RT_EOK; |
| 144 | } |
| 145 | |
| 146 | UTEST_TC_EXPORT(test_wdt, "bsp.k230.drivers.wdt", utest_init, NULL, 10); |
nothing calls this directly
no test coverage detected