Skip to content

Commit 1409eae

Browse files
committed
doxygen?
1 parent a6ff16e commit 1409eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_VL53L4CX.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
#include <vl53l4cx_class.h>
2020
#include <vl53l4cx_def.h>
2121

22-
#define VL53_SHUTDOWN_PIN -1 // No shutdown pin
23-
#define VL53_READING_DELAY 350 // Delay for reading data attempts
22+
#define VL53_SHUTDOWN_PIN -1 ///< Shutdown pin for VL53L4CX sensor
23+
#define VL53_READING_DELAY 350 ///< Delay for reading data attempts
2424

2525
/**************************************************************************/
2626
/*!

0 commit comments

Comments
 (0)