drivers: ens210: Fix error in header guard
Looks like some copy/paste bug snuck in. Fix the include header guard to define the proper name. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
be2a885d42
commit
c17297c18a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
*/
|
||||
|
||||
#ifndef ZEPHYR_DRIVERS_SENSOR_ENS210_ENS210_H_
|
||||
#define ZEPHYR_DRIVERS_SENSOR_CCS8ZEPHYR_DRIVERS_SENSOR_ENS210_ENS210_H_11_CCS811_H_
|
||||
#define ZEPHYR_DRIVERS_SENSOR_ENS210_ENS210_H_
|
||||
|
||||
#include <device.h>
|
||||
#include <drivers/gpio.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue