Advertisement
Guest User

Untitled

a guest
May 24th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. diff --git a/subsys/debug/Kconfig b/subsys/debug/Kconfig
  2. index cbbc69117..fe98449c4 100644
  3. --- a/subsys/debug/Kconfig
  4. +++ b/subsys/debug/Kconfig
  5. @@ -84,6 +84,7 @@ config EARLY_CONSOLE
  6. config ASSERT
  7. bool
  8. prompt "Enable __ASSERT() macro"
  9. + default y if TEST
  10. default n
  11. help
  12. This enables the __ASSERT() macro in the kernel code. If an assertion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement