fix regression from #251
remove thread_measure_stack_usage from kernel_internal.h again
This commit is contained in:
parent
9286205287
commit
c42aa8993f
@ -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_ */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user