blob: b590a3d496b6bfea0434f9bf1f8742ebf10da89f [file] [log] [blame]
/*
* Copyright (c) 2019 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_SENSOR_H_
#define ZEPHYR_INCLUDE_SENSOR_H_
#ifndef CONFIG_COMPAT_INCLUDES
#warning "This header file has moved, include <drivers/sensor.h> instead."
#endif
#include <drivers/sensor.h>
#endif /* ZEPHYR_INCLUDE_SENSOR_H_ */