Home
last modified time | relevance | path

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

/SCP-firmware-master/debugger/src/cli/
A Dcli.c922 uint32_t history_oldest = history_index; in cli_get_command() local
985 if (((history_oldest + 1) % history_size) != in cli_get_command()
1026 if (history_index != history_oldest) { in cli_get_command()
1041 if (history_index == history_oldest) in cli_get_command()

Completed in 4 milliseconds