Skip to content

Commit

Permalink
fix regression from RIOT-OS#251
Browse files Browse the repository at this point in the history
remove thread_measure_stack_usage from kernel_internal.h again
  • Loading branch information
LudwigKnuepfer committed Jan 20, 2014
1 parent 9286205 commit c42aa89
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions core/include/kernel_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,5 @@ void sched_task_exit(void);
*/
void thread_print_stack(void);

/**
* @brief Calculates stack usage if thread was created using CREATE_STACKTEST
*
* @param[in] stack The thread's stack
*
* @return The current usage (overwritten addresses) of the thread's stack
*/
int thread_measure_stack_usage(char *stack);

/** @} */
#endif /* KERNEL_INTERNAL_H_ */

0 comments on commit c42aa89

Please sign in to comment.