drivers: cc13xx_cc26xx: fix pm.h not included

Fixes #35916.

Signed-off-by: Stancu Florin <niflostancu@gmail.com>
This commit is contained in:
Stancu Florin 2021-06-04 10:31:31 +03:00 committed by Kumar Gala
commit 8ebb641ef7
4 changed files with 4 additions and 0 deletions

View file

@ -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>