* get the finsh password * * @return password */
| 323 | * @return password |
| 324 | */ |
| 325 | const char *finsh_get_password(void) |
| 326 | { |
| 327 | return shell->password; |
| 328 | } |
| 329 | |
| 330 | static void finsh_wait_auth(void) |
| 331 | { |
no outgoing calls
no test coverage detected