Skip to content

Commit 71b8dd4

Browse files
committed
Doxygen fixes
1 parent 6deba1d commit 71b8dd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_MLX90632D.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* @file WipperSnapper_I2C_Driver_MLX90632.h
2+
* @file WipperSnapper_I2C_Driver_MLX90632D.h
33
*
44
* Device driver for a Melexis MLX90632-D (medical) thermal FIR sensor.
55
*
@@ -13,8 +13,8 @@
1313
*
1414
*/
1515

16-
#ifndef WipperSnapper_I2C_Driver_MLX90632_H
17-
#define WipperSnapper_I2C_Driver_MLX90632_H
16+
#ifndef WipperSnapper_I2C_Driver_MLX90632D_H
17+
#define WipperSnapper_I2C_Driver_MLX90632D_H
1818

1919
#include <Adafruit_MLX90632.h>
2020

@@ -230,4 +230,4 @@ class WipperSnapper_I2C_Driver_MLX90632D : public WipperSnapper_I2C_Driver {
230230
Adafruit_MLX90632 *_mlx90632 = nullptr; ///< MLX90632 object
231231
};
232232

233-
#endif // WipperSnapper_I2C_Driver_MLX90632
233+
#endif // WipperSnapper_I2C_Driver_MLX90632D_H

0 commit comments

Comments
 (0)