PauseCourse.h 205 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 #ifndef __PAUSECOURSE_H #define __PAUSECOURSE_H #include "sys.h" #include "my_data.h" #include "My_GetAdc.h" #include "math.h" #include "ErrCourse.h" #include "SafeCourse.h" void Pause_Pro(void); #endif