minor
This commit is contained in:
parent
c8d616916b
commit
578550e104
|
@ -431,7 +431,6 @@ void STS_TOF_L8_Process(void)
|
||||||
if (STS_Status_Door_Close == sts_hall1_read)
|
if (STS_Status_Door_Close == sts_hall1_read)
|
||||||
{
|
{
|
||||||
status = VL53L8A1_RANGING_SENSOR_GetDistance(VL53L8A1_DEV_CENTER, &Result);
|
status = VL53L8A1_RANGING_SENSOR_GetDistance(VL53L8A1_DEV_CENTER, &Result);
|
||||||
//printf("\r\n status =%d \r\n", status);
|
|
||||||
if (status == BSP_ERROR_NONE)
|
if (status == BSP_ERROR_NONE)
|
||||||
{
|
{
|
||||||
print_result(&Result);
|
print_result(&Result);
|
||||||
|
|
Loading…
Reference in New Issue