drivers: cc13xx_cc26xx: fix pm.h not included
Fixes #35916. Signed-off-by: Stancu Florin <niflostancu@gmail.com>
This commit is contained in:
parent
ad1a5058bb
commit
8ebb641ef7
4 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <device.h>
|
||||
#include <drivers/entropy.h>
|
||||
#include <irq.h>
|
||||
#include <pm/pm.h>
|
||||
#include <pm/device.h>
|
||||
|
||||
#include <sys/ring_buffer.h>
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#include <kernel.h>
|
||||
#include <drivers/i2c.h>
|
||||
#include <pm/device.h>
|
||||
#include <pm/pm.h>
|
||||
|
||||
#define LOG_LEVEL CONFIG_I2C_LOG_LEVEL
|
||||
#include <logging/log.h>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
#include <errno.h>
|
||||
#include <sys/__assert.h>
|
||||
#include <pm/device.h>
|
||||
#include <pm/pm.h>
|
||||
#include <drivers/uart.h>
|
||||
|
||||
#include <driverlib/ioc.h>
|
||||
|
|
|
@ -12,6 +12,7 @@ LOG_MODULE_REGISTER(spi_cc13xx_cc26xx);
|
|||
|
||||
#include <drivers/spi.h>
|
||||
#include <pm/device.h>
|
||||
#include <pm/pm.h>
|
||||
|
||||
#include <driverlib/prcm.h>
|
||||
#include <driverlib/ssi.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue