Skip to content

Commit 8d881cd

Browse files
maxd-nordicrlubos
authored andcommitted
applications: connectivity_bridge: enable asserts
This patch is for hardening the connectivity_bridge against failures. A fatal error is triggered if an assert fires and the system is restarted. Signed-off-by: Maximilian Deubel <[email protected]>
1 parent 0075791 commit 8d881cd

File tree

1 file changed

+2
-0
lines changed
  • applications/connectivity_bridge

1 file changed

+2
-0
lines changed

applications/connectivity_bridge/prj.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,6 @@ CONFIG_NRFX_TIMER2=y
7373
CONFIG_NRFX_PPI=y
7474

7575
CONFIG_HW_ID_LIBRARY=y
76+
CONFIG_RESET_ON_FATAL_ERROR=y
77+
CONFIG_ASSERT=y
7678
CONFIG_POWEROFF=y

0 commit comments

Comments
 (0)