zephyr/include/sensor.h

16 lines
337 B
C
Raw Normal View History

2016-01-22 20:59:10 +08:00
/*
* Copyright (c) 2019 Intel Corporation
2016-01-22 20:59:10 +08:00
*
* SPDX-License-Identifier: Apache-2.0
2016-01-22 20:59:10 +08:00
*/
#ifndef ZEPHYR_INCLUDE_SENSOR_H_
#define ZEPHYR_INCLUDE_SENSOR_H_
2016-01-22 20:59:10 +08:00
#ifndef CONFIG_COMPAT_INCLUDES
#warning "This header file has moved, include <drivers/sensor.h> instead."
#endif
#include <drivers/sensor.h>
2016-01-22 20:59:10 +08:00
#endif /* ZEPHYR_INCLUDE_SENSOR_H_ */