arch: arm: soc: nordic_nrf: nrf52: Add missing header
Add missing header required to use bool type. Signed-off-by: Pawel Dunaj <pawel.dunaj@nordicsemi.no>
This commit is contained in:
parent
0439deeac6
commit
c850ba8efa
|
@ -7,6 +7,8 @@
|
|||
#ifndef _SOC_POWER_H_
|
||||
#define _SOC_POWER_H_
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue