1#ifndef DEBUG_COURSE_H 2#define DEBUG_COURSE_H 3 4void nop_change_course(void); 5 6#endif // DEBUG_COURSE_H 7 8