Skip to content

Commit

Permalink
fixup! core: add support for test_utils_print_stack_usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Feb 25, 2022
1 parent 5f79a60 commit 71b0158
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,6 @@ kernel_pid_t thread_create(char *stack, int stacksize, uint8_t priority,
_init_tls(thread->tls);
#endif

#if defined(DEVELHELP) || IS_ACTIVE(SCHED_TEST_STACK)
=======
#if defined(DEVELHELP) || defined(SCHED_TEST_STACK) \
|| defined(MODULE_TEST_UTILS_PRINT_STACK_USAGE)
>>>>>>> 9c7658a117 (core: add support for test_utils_print_stack_usage)
Expand Down

0 comments on commit 71b0158

Please sign in to comment.