include: Fix use of <misc/FOO.h> -> <sys/FOO.h>
Fix #include <misc/FOO.h> as misc/FOO.h has been deprecated and should be #include <sys/FOO.h>. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
0b878020f2
commit
24ae1b1aa7
37 changed files with 45 additions and 46 deletions
|
@ -8,7 +8,7 @@
|
|||
#include <drivers/i2c.h>
|
||||
#include <drivers/sensor.h>
|
||||
#include <logging/log.h>
|
||||
#include <misc/__assert.h>
|
||||
#include <sys/__assert.h>
|
||||
|
||||
#include "opt3001.h"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#ifndef ZEPHYR_DRIVERS_SENSOR_OPT3001_H_
|
||||
#define ZEPHYR_DRIVERS_SENSOR_OPT3001_H_
|
||||
|
||||
#include <misc/util.h>
|
||||
#include <sys/util.h>
|
||||
|
||||
#define OPT3001_REG_RESULT 0x00
|
||||
#define OPT3001_REG_CONFIG 0x01
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue