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:
Alberto Escolar Piedras 2023-09-12 14:44:12 +02:00 committed by Carles Cufí
parent 764c440613
commit 1f71ad5686

View file

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