Skip to content

Commit 0545387

Browse files
committed
Cleanup dodgy usbserial print
1 parent 5a563ed commit 0545387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_VL53L4CX.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class WipperSnapper_I2C_Driver_VL53L4CX : public WipperSnapper_I2C_Driver {
138138
if (status != VL53L4CX_ERROR_NONE) {
139139
WS_DEBUG_PRINT(
140140
"VL53L4CX Error clearing interrupt and starting measurement: ");
141-
{ USBSerial.println(status); };
141+
WS_DEBUG_PRINTLN(status);
142142
return false;
143143
}
144144
WS_DEBUG_PRINT("Waiting for VL53L4CX data ready...");

0 commit comments

Comments
 (0)