Home
last modified time | relevance | path

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

/SCP-firmware-master/debugger/src/cli/
A Dcli.c669 uint32_t last_history_index = CLI_CONFIG_HISTORY_LENGTH - 1; in cli_main() local
716 cli_history[last_history_index], in cli_main()
723 last_history_index = in cli_main()
724 (last_history_index + 1) % CLI_CONFIG_HISTORY_LENGTH; in cli_main()

Completed in 18 milliseconds