Skip to content

Commit

Permalink
drivers: sensor: mmc56x3: Fixed an error in include-guard
Browse files Browse the repository at this point in the history
Fixed definitions duplicated with those in
`include/zephyr/drivers/sensor/tsl2591.h`.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
  • Loading branch information
soburi authored and dkalowsk committed Nov 14, 2024
1 parent 241c7b3 commit 9e51f1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/zephyr/drivers/sensor/mmc56x3.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -48,4 +48,4 @@ enum sensor_attribute_mmc56x3 {
}
#endif

#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_TSL2591_H_ */
#endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_MMC56X3_H_ */

0 comments on commit 9e51f1a

Please sign in to comment.