Skip to content

Commit

Permalink
Cleanup dodgy usbserial print
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Jun 12, 2024
1 parent 5a563ed commit 0545387
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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...");
Expand Down

0 comments on commit 0545387

Please sign in to comment.