From 578550e104ef3eb3af78f415a20f4d27530155f2 Mon Sep 17 00:00:00 2001 From: YunHorn Technology Date: Mon, 16 Dec 2024 20:47:09 +0800 Subject: [PATCH] minor --- STS/TOF/App/app_tof.c | 1 - 1 file changed, 1 deletion(-) diff --git a/STS/TOF/App/app_tof.c b/STS/TOF/App/app_tof.c index 826d50a..5dcee3b 100644 --- a/STS/TOF/App/app_tof.c +++ b/STS/TOF/App/app_tof.c @@ -431,7 +431,6 @@ void STS_TOF_L8_Process(void) if (STS_Status_Door_Close == sts_hall1_read) { status = VL53L8A1_RANGING_SENSOR_GetDistance(VL53L8A1_DEV_CENTER, &Result); - //printf("\r\n status =%d \r\n", status); if (status == BSP_ERROR_NONE) { print_result(&Result);