include: Fix use of <gpio.h> -> <drivers/gpio.h>
Fix #include <gpio.h> as it has been deprecated and should be #include <drivers/gpio.h>. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
24ae1b1aa7
commit
bb9efbfbd0
9 changed files with 9 additions and 9 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include <sensor.h>
|
||||
#include <zephyr/types.h>
|
||||
#include <gpio.h>
|
||||
#include <drivers/gpio.h>
|
||||
#include <drivers/spi.h>
|
||||
#include <sys/util.h>
|
||||
#include "lsm6dso_reg.h"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include <kernel.h>
|
||||
#include <sensor.h>
|
||||
#include <gpio.h>
|
||||
#include <drivers/gpio.h>
|
||||
#include <logging/log.h>
|
||||
|
||||
#include "lsm6dso.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue