Skip to content

Commit

Permalink
Fix #16, removed mentions of ASIST from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
havencarlson committed Aug 16, 2022
1 parent f8cf7fb commit 414e231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 1 addition & 4 deletions fsw/src/mm_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@
*
* @note
* Constant and enumerated types related to these message structures
* are defined in mm_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 mm_msgdefs.h for more
* info).
* are defined in mm_msgdefs.h.
**/
#ifndef MM_MSG_H
#define MM_MSG_H
Expand Down
6 changes: 1 addition & 5 deletions fsw/src/mm_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
* mm_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 mm_msg.h IF NEEDED!
*/
#ifndef MM_MSGDEFS_H
Expand Down

0 comments on commit 414e231

Please sign in to comment.