* convert function for port name */
| 184 | * convert function for port name |
| 185 | */ |
| 186 | static rt_base_t _pin_cmd_conv(const char *name) |
| 187 | { |
| 188 | return rt_pin_get(name); |
| 189 | } |
| 190 | |
| 191 | static void _pin_cmd_print_usage(void) |
| 192 | { |
no test coverage detected