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 71b0158 commit 310e099
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ kernel_pid_t thread_create(char *stack, int stacksize, uint8_t priority,

#if defined(DEVELHELP) || defined(SCHED_TEST_STACK) \
|| defined(MODULE_TEST_UTILS_PRINT_STACK_USAGE)
>>>>>>> 9c7658a117 (core: add support for test_utils_print_stack_usage)
if (flags & THREAD_CREATE_STACKTEST) {
/* assign each int of the stack the value of it's address. Alignment
* has been handled above, so silence -Wcast-align */
Expand Down

0 comments on commit 310e099

Please sign in to comment.