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:
Kumar Gala 2019-09-12 13:47:47 -05:00 committed by Kumar Gala
commit c17297c18a

View file

@ -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>