| 950 | } |
| 951 | #ifdef RT_USING_SEMAPHORE |
| 952 | else if(strcmp(argv[1], "sem") == 0) |
| 953 | { |
| 954 | list_sem(); |
| 955 | } |
| 956 | #endif /* RT_USING_SEMAPHORE */ |
| 957 | #ifdef RT_USING_EVENT |
| 958 | else if(strcmp(argv[1], "event") == 0) |
nothing calls this directly
no test coverage detected