Home
last modified time | relevance | path

Searched refs:CLI_CONFIG_PROMPT_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/SCP-firmware-master/debugger/include/
A Dcli_config.h51 #define CLI_CONFIG_PROMPT_BUF_SIZE (16) macro
/SCP-firmware-master/debugger/src/cli/
A Dcli.c24 static char cli_prompt[CLI_CONFIG_PROMPT_BUF_SIZE] = { 0 };
352 if (strlen(prompt) > (CLI_CONFIG_PROMPT_BUF_SIZE - 1)) in cli_init()
355 strncpy(cli_prompt, prompt, CLI_CONFIG_PROMPT_BUF_SIZE); in cli_init()

Completed in 4 milliseconds