The ifdef wrappers used for each header file is updated to be more accurate in regards to the directory and file path structure.
* This file is only ever included by program/control/control/main.c and should not normally be included anywhere else.
* Anything that wants to include this should be providing the "control" program functionality in some manner.
*/
-#ifndef _control_control_h
-#define _control_control_h
+#ifndef _control_control_main_h
+#define _control_control_main_h
#ifdef __cplusplus
extern "C" {
} // extern "C"
#endif
-#endif // _control_control_h
+#endif // _control_control_main_h
*
* This is auto-included and should not need to be explicitly included.
*/
-#ifndef _control_process_h
-#define _control_process_h
+#ifndef _control_main_process_h
+#define _control_main_process_h
#ifdef __cplusplus
extern "C" {
} // extern "C"
#endif
-#endif // _control_process_h
+#endif // _control_main_process_h
*
* This is auto-included and should not need to be explicitly included.
*/
-#ifndef _control_thread_h
-#define _control_thread_h
+#ifndef _control_main_thread_h
+#define _control_main_thread_h
/**
* Thread handler for signals/interrupts.
} // extern "C"
#endif
-#endif // _control_thread_h
+#endif // _control_main_thread_h