Skip to content

Commit

Permalink
Fix CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cparata committed Jan 29, 2021
1 parent 82f2801 commit 733f4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vl53lx_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -3479,7 +3479,7 @@ typedef int8_t VL53LX_Error;
#define VL53LX_ERROR_XTALK_EXTRACTION_NO_SAMPLE_FAIL ((VL53LX_Error) - 22)
/*!< Thrown when run_xtalk_extraction fn has 0 successful samples
* when using the full array to sample the xtalk. In this case there is
* not enough information to generate new Xtalk parm info. The function
* not enough information to generate new Xtalk param info. The function
* will exit and leave the current xtalk parameters unaltered
*/
#define VL53LX_ERROR_XTALK_EXTRACTION_SIGMA_LIMIT_FAIL ((VL53LX_Error) - 23)
Expand Down

0 comments on commit 733f4cb

Please sign in to comment.