#ifndef _TASK_MONITOR_H_ #define _TASK_MONITOR_H_ void Read_Remaining_stack_space(void); void Read_ISR_Stack_Usage(void); #endif