From 05453873fb73dd7e6ed24f57ad696a2754df0ae9 Mon Sep 17 00:00:00 2001 From: tyeth Date: Wed, 12 Jun 2024 18:28:49 +0100 Subject: [PATCH] Cleanup dodgy usbserial print --- src/components/i2c/drivers/WipperSnapper_I2C_Driver_VL53L4CX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/i2c/drivers/WipperSnapper_I2C_Driver_VL53L4CX.h b/src/components/i2c/drivers/WipperSnapper_I2C_Driver_VL53L4CX.h index e0ccaf39a..925b5c629 100644 --- a/src/components/i2c/drivers/WipperSnapper_I2C_Driver_VL53L4CX.h +++ b/src/components/i2c/drivers/WipperSnapper_I2C_Driver_VL53L4CX.h @@ -138,7 +138,7 @@ class WipperSnapper_I2C_Driver_VL53L4CX : public WipperSnapper_I2C_Driver { if (status != VL53L4CX_ERROR_NONE) { WS_DEBUG_PRINT( "VL53L4CX Error clearing interrupt and starting measurement: "); - { USBSerial.println(status); }; + WS_DEBUG_PRINTLN(status); return false; } WS_DEBUG_PRINT("Waiting for VL53L4CX data ready...");