diff --git a/fsw/src/sc_msg.h b/fsw/src/sc_msg.h index 965bca0..9f5f094 100644 --- a/fsw/src/sc_msg.h +++ b/fsw/src/sc_msg.h @@ -24,10 +24,7 @@ * * @note * Constants and enumerated types related to these message structures - * are defined in sc_msgdefs.h. They are kept separate to allow easy - * integration with ASIST RDL files which can't handle typedef - * declarations (see the main comment block in sc_msgdefs.h for more - * info). + * are defined in sc_msgdefs.h. */ #ifndef SC_MSG_H #define SC_MSG_H diff --git a/fsw/src/sc_msgdefs.h b/fsw/src/sc_msgdefs.h index 0d48f70..8222841 100644 --- a/fsw/src/sc_msgdefs.h +++ b/fsw/src/sc_msgdefs.h @@ -23,11 +23,7 @@ * message constant definitions. * * @note - * These Macro definitions have been put in this file (instead of - * sc_msg.h) so this file can be included directly into ASIST build - * test scripts. ASIST RDL files can accept C language \#defines but - * can't handle type definitions. As a result: DO NOT PUT ANY - * TYPEDEFS OR STRUCTURE DEFINITIONS IN THIS FILE! + * DO NOT PUT ANY TYPEDEFS OR STRUCTURE DEFINITIONS IN THIS FILE! * ADD THEM TO sc_msg.h IF NEEDED! */ #ifndef SC_MSGDEFS_H