Skip to content

Commit 7438ce3

Browse files
committed
REVERTME: test
Signed-off-by: Jamie McCrae <[email protected]>
1 parent f7b0ac7 commit 7438ce3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boot/zephyr/main.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
#include "bootutil/mcuboot_status.h"
4848
#include "flash_map_backend/flash_map_backend.h"
4949

50+
#if defined(CONFIG_NRF_RTC_TIMER_USER_CHAN_COUNT) && CONFIG_NRF_RTC_TIMER_USER_CHAN_COUNT != 0
51+
#error "test condition failed"
52+
#endif
53+
5054
/* Check if Espressif target is supported */
5155
#ifdef CONFIG_SOC_FAMILY_ESPRESSIF_ESP32
5256

0 commit comments

Comments
 (0)