Skip to content

Commit 733f4cb

Browse files
committed
Fix CI errors
1 parent 82f2801 commit 733f4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vl53lx_def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3479,7 +3479,7 @@ typedef int8_t VL53LX_Error;
34793479
#define VL53LX_ERROR_XTALK_EXTRACTION_NO_SAMPLE_FAIL ((VL53LX_Error) - 22)
34803480
/*!< Thrown when run_xtalk_extraction fn has 0 successful samples
34813481
* when using the full array to sample the xtalk. In this case there is
3482-
* not enough information to generate new Xtalk parm info. The function
3482+
* not enough information to generate new Xtalk param info. The function
34833483
* will exit and leave the current xtalk parameters unaltered
34843484
*/
34853485
#define VL53LX_ERROR_XTALK_EXTRACTION_SIGMA_LIMIT_FAIL ((VL53LX_Error) - 23)

0 commit comments

Comments
 (0)