Skip to content

Commit 9e51f1a

Browse files
soburidkalowsk
authored andcommitted
drivers: sensor: mmc56x3: Fixed an error in include-guard
Fixed definitions duplicated with those in `include/zephyr/drivers/sensor/tsl2591.h`. Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent 241c7b3 commit 9e51f1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/zephyr/drivers/sensor/mmc56x3.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
* setting the continuous mode and bandwidth selection bits.
1313
*/
1414

15-
#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_TSL2591_H_
16-
#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_TSL2591_H_
15+
#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_MMC56X3_H_
16+
#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_MMC56X3_H_
1717

1818
#include <zephyr/drivers/sensor.h>
1919

@@ -48,4 +48,4 @@ enum sensor_attribute_mmc56x3 {
4848
}
4949
#endif
5050

51-
#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_TSL2591_H_ */
51+
#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_MMC56X3_H_ */

0 commit comments

Comments
 (0)