boards nrf_bsim: Include nrf52833 header only for nrf52_bsim
Include the nrf52833.h header only for nrf52_bsim Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
764c440613
commit
1f71ad5686
|
@ -14,7 +14,9 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include "cmsis_instr.h"
|
||||
#if defined(CONFIG_SOC_COMPATIBLE_NRF52833)
|
||||
#include "nrf52833.h"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in a new issue