We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b0ac7 commit 7438ce3Copy full SHA for 7438ce3
boot/zephyr/main.c
@@ -47,6 +47,10 @@
47
#include "bootutil/mcuboot_status.h"
48
#include "flash_map_backend/flash_map_backend.h"
49
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
+
54
/* Check if Espressif target is supported */
55
#ifdef CONFIG_SOC_FAMILY_ESPRESSIF_ESP32
56
0 commit comments