L8 #2

Merged
sundp merged 6 commits from L8 into master 2024-10-14 16:46:19 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 903a5f823b - Show all commits

View File

@ -212,7 +212,7 @@ static void print_result(RANGING_SENSOR_Result_t *Result)
printf("Cell Format :\n\n\r");
for (l = 0; l < RANGING_SENSOR_NB_TARGET_PER_ZONE; l++)
{
printf(" \033[38;5;10m%20s\033[0m : %20s\n", "Distance [mm]", "Status");
printf(" \033[38;5;10m%20s\033[0m : %20s\n", "Distance [mm]", "Status\r");
if ((Profile.EnableAmbient != 0) || (Profile.EnableSignal != 0))
{
printf(" %20s : %20s\n", "Signal [kcps/spad]", "Ambient [kcps/spad]");