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 <tokita.hiroshi@gmail.com>
This commit is contained in:
TOKITA Hiroshi 2024-11-09 14:06:24 +09:00 committed by Dan Kalowsky
parent 241c7b3fb7
commit 9e51f1a754

View file

@ -12,8 +12,8 @@
* setting the continuous mode and bandwidth selection bits.
*/
#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_TSL2591_H_
#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_TSL2591_H_
#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_MMC56X3_H_
#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_MMC56X3_H_
#include <zephyr/drivers/sensor.h>
@ -48,4 +48,4 @@ enum sensor_attribute_mmc56x3 {
}
#endif
#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_TSL2591_H_ */
#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_MMC56X3_H_ */