Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #16, removed mentions of ASIST from documentation #38

Merged
merged 1 commit into from
Aug 25, 2022
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/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