| 294 | } |
| 295 | |
| 296 | static rt_err_t testcase_init(void) |
| 297 | { |
| 298 | if (!rt_scheduler_is_available()) |
| 299 | { |
| 300 | return -RT_ERROR; |
| 301 | } |
| 302 | name_counter = 0; |
| 303 | return RT_EOK; |
| 304 | } |
| 305 | |
| 306 | static rt_err_t testcase_cleanup(void) |
| 307 | { |
nothing calls this directly
no test coverage detected