Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions fsw/src/sc_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 1 addition & 5 deletions fsw/src/sc_msgdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down