fix regression from #251

remove thread_measure_stack_usage from kernel_internal.h again
This commit is contained in:
Ludwig Ortmann 2014-01-20 10:34:06 +01:00
parent 9286205287
commit c42aa8993f

View File

@ -51,14 +51,5 @@ void sched_task_exit(void);
*/ */
void thread_print_stack(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_ */ #endif /* KERNEL_INTERNAL_H_ */