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:
parent
241c7b3fb7
commit
9e51f1a754
1 changed files with 3 additions and 3 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue